diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-03 01:17:16 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-03 01:17:16 +0200 |
commit | 294d01046724e28b7193bcb65bf2a0391b0135b6 (patch) | |
tree | 3fe7100e38afa496b631e1b21c2469a1492f1b4e | |
parent | 0ed2cd4f34189ec303dfac5a30de0abae0decba8 (diff) | |
download | xine-lib-294d01046724e28b7193bcb65bf2a0391b0135b6.tar.gz xine-lib-294d01046724e28b7193bcb65bf2a0391b0135b6.tar.bz2 |
Remove makefile.xine.in, will be handled directly in contrib/Makefile.am.
-rw-r--r-- | contrib/ffmpeg/makefile.xine.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/contrib/ffmpeg/makefile.xine.in b/contrib/ffmpeg/makefile.xine.in deleted file mode 100644 index 58b4a09a6..000000000 --- a/contrib/ffmpeg/makefile.xine.in +++ /dev/null @@ -1,31 +0,0 @@ -srcdir = @srcdir@ -CC = @CC@ -CFLAGS = @CFLAGS@ -LDFLAGS = @LDFLAGS@ -VISIBILITY_FLAG = @VISIBILITY_FLAG@ - -config.mak: $(srcdir)/configure makefile.xine - $(srcdir)/configure \ - --disable-shared --enable-static \ - --disable-encoders \ - --disable-demuxers \ - --disable-muxers \ - --disable-strip \ - --make="$(MAKE)" \ - --cc="$(CC)" \ - --extra-cflags="$(CFLAGS) $(VISIBILITY_FLAG) -fPIC -DPIC" \ - --extra-ldflags="$(LDFLAGS)" \ - --enable-gpl \ - --enable-pthreads \ - --disable-ffmpeg \ - --disable-ffserver \ - --disable-ffplay - -libavutil/libavutil.a: config.mak - $(MAKE) -C libavutil libavutil.a - -libavcodec/libavcodec.a: config.mak - $(MAKE) -C libavcodec libavcodec.a - -libpostproc/libpostproc.a: config.mak - $(MAKE) -C libpostproc libpostproc.a |