You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
403 B
13 lines
403 B
SOURCES_mpeg_audio = \
|
|
modules/codec/mpeg_audio/decoder.c \
|
|
modules/codec/mpeg_audio/decoder.h \
|
|
modules/codec/mpeg_audio/layer1.c \
|
|
modules/codec/mpeg_audio/layer1.h \
|
|
modules/codec/mpeg_audio/layer2.c \
|
|
modules/codec/mpeg_audio/layer2.h \
|
|
modules/codec/mpeg_audio/math.c \
|
|
modules/codec/mpeg_audio/math.h \
|
|
modules/codec/mpeg_audio/generic.c \
|
|
modules/codec/mpeg_audio/generic.h \
|
|
$(NULL)
|
|
|
|
|