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 /misc | |
parent | c7ebae048fad882620583c07b64bf52612ffae8c (diff) | |
download | xine-lib-86aaaf9492b320350431f52f92053cf72ba9e8da.tar.gz xine-lib-86aaaf9492b320350431f52f92053cf72ba9e8da.tar.bz2 |
Remove internal FFmpeg reference from build system.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index 96c981ee3..edafcea4b 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -14,9 +14,6 @@ $(XINE_LIB): $(top_builddir)/contrib/libxdg-basedir/libxdg-basedir.la: $(MAKE) -C $(top_builddir)/contrib/libxdg-basedir -$(top_builddir)/contrib/ffmpeg/libavutil/libavutil.a: - $(MAKE) -C $(top_builddir)/contrib/ ffmpeg/libavutil/libavutil.a - install-data-hook: @if test $$MAKELEVEL -le 4 ; then \ if test -x "$(top_srcdir)/post-install.sh" ; then \ |