Commit 95fe9aa8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove recursion into modules/codec/shine/

parent 9a0c2dca
...@@ -4070,7 +4070,6 @@ AC_CONFIG_FILES([ ...@@ -4070,7 +4070,6 @@ AC_CONFIG_FILES([
modules/codec/dmo/Makefile modules/codec/dmo/Makefile
modules/codec/loader/Makefile modules/codec/loader/Makefile
modules/codec/omxil/Makefile modules/codec/omxil/Makefile
modules/codec/shine/Makefile
modules/control/Makefile modules/control/Makefile
modules/demux/Makefile modules/demux/Makefile
modules/gui/Makefile modules/gui/Makefile
......
SUBDIRS = loader dmo avcodec shine omxil SUBDIRS = loader dmo avcodec 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,8 @@ SOURCES_adpcm = adpcm.c ...@@ -12,6 +12,8 @@ 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_shine = shine/shine_mod.c shine/enc_base.h
EXTRA_DIST += shine/shine.c
SOURCES_wma_fixed = \ SOURCES_wma_fixed = \
wmafixed/asf.h wmafixed/bswap.h \ wmafixed/asf.h wmafixed/bswap.h \
wmafixed/fft.c wmafixed/fft.h \ wmafixed/fft.c wmafixed/fft.h \
......
SOURCES_shine = shine_mod.c enc_base.h
EXTRA_DIST += shine.c
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