Commit 9a0c2dca authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove recursion into modules/codec/wmafixed/

parent a42b001b
...@@ -4071,7 +4071,6 @@ AC_CONFIG_FILES([ ...@@ -4071,7 +4071,6 @@ AC_CONFIG_FILES([
modules/codec/loader/Makefile modules/codec/loader/Makefile
modules/codec/omxil/Makefile modules/codec/omxil/Makefile
modules/codec/shine/Makefile modules/codec/shine/Makefile
modules/codec/wmafixed/Makefile
modules/control/Makefile modules/control/Makefile
modules/demux/Makefile modules/demux/Makefile
modules/gui/Makefile modules/gui/Makefile
......
SUBDIRS = loader dmo avcodec shine wmafixed omxil SUBDIRS = loader dmo avcodec shine omxil
SOURCES_a52 = a52.c a52.h SOURCES_a52 = a52.c a52.h
SOURCES_dts = dts.c SOURCES_dts = dts.c
SOURCES_flac = flac.c SOURCES_flac = flac.c
...@@ -12,6 +12,14 @@ SOURCES_adpcm = adpcm.c ...@@ -12,6 +12,14 @@ SOURCES_adpcm = adpcm.c
SOURCES_opus = opus.c opus_header.c opus_header.h SOURCES_opus = opus.c opus_header.c opus_header.h
SOURCES_uleaddvaudio = uleaddvaudio.c SOURCES_uleaddvaudio = uleaddvaudio.c
SOURCES_mpeg_audio = mpeg_audio.c SOURCES_mpeg_audio = mpeg_audio.c
SOURCES_wma_fixed = \
wmafixed/asf.h wmafixed/bswap.h \
wmafixed/fft.c wmafixed/fft.h \
wmafixed/mdct.c wmafixed/mdct.h \
wmafixed/wma.c wmafixed/wmadeci.c \
wmafixed/bitstream.c wmafixed/bitstream.h \
wmafixed/wmadata.h wmafixed/wmadec.h \
wmafixed/wmafixed.c wmafixed/wmafixed.h
SOURCES_libmpeg2 = libmpeg2.c SOURCES_libmpeg2 = libmpeg2.c
SOURCES_rawvideo = rawvideo.c SOURCES_rawvideo = rawvideo.c
SOURCES_quicktime = quicktime.c SOURCES_quicktime = quicktime.c
......
SOURCES_wma_fixed = asf.h bswap.h fft.h mdct.h wma.c wmadeci.c bitstream.c \
wmadata.h wmafixed.c bitstream.h fft.c mdct.c \
wmadec.h wmafixed.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment