diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-14 19:21:31 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-14 19:21:31 +0100 |
| commit | 86aaaf9492b320350431f52f92053cf72ba9e8da (patch) | |
| tree | ebb6a5afcc4b5cedf65129595d2c5490ba3e8d6c /src/xine-engine | |
| parent | c7ebae048fad882620583c07b64bf52612ffae8c (diff) | |
| download | xine-lib-86aaaf9492b320350431f52f92053cf72ba9e8da.tar.gz xine-lib-86aaaf9492b320350431f52f92053cf72ba9e8da.tar.bz2 | |
Remove internal FFmpeg reference from build system.
Diffstat (limited to 'src/xine-engine')
| -rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index fa53965a3..8b7fc1d63 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -33,7 +33,7 @@ libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \ input_rip.c input_cache.c info_helper.c refcounter.c \ alphablend.c -libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) $(XDG_BASEDIR_DEPS) $(AVUTIL_DEPS) \ +libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) $(XDG_BASEDIR_DEPS) \ $(pthread_dep) $(LIBXINEPOSIX) libxine_la_LIBADD = $(PTHREAD_LIBS) $(DYNAMIC_LD_LIBS) $(LTLIBINTL) $(ZLIB_LIBS) \ -lm $(XINEUTILS_LIB) $(LTLIBICONV) $(FT2_LIBS) $(FONTCONFIG_LIBS) \ |
