diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-04 17:32:51 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-04 17:32:51 +0100 |
commit | b86224d11e6d5b09c2e2956a79e1f1bf7df38b91 (patch) | |
tree | 20d86bc6b0e46165840fa1055ac3cfd2e2a73137 | |
parent | 93f30620fd9f16d86e2e8423787af495d5759964 (diff) | |
download | xine-lib-b86224d11e6d5b09c2e2956a79e1f1bf7df38b91.tar.gz xine-lib-b86224d11e6d5b09c2e2956a79e1f1bf7df38b91.tar.bz2 |
Always build .debs using internal ffmpeg (Debian ffmpeg versioning madness).
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index ef1347e49..9878e97fc 100755 --- a/debian/rules +++ b/debian/rules @@ -62,13 +62,10 @@ endif CONFIGURE_FLAGS := --prefix=/usr \ --mandir=\$${prefix}/share/man \ --with-external-libmad \ - --with-external-ffmpeg \ --with-external-a52dec \ --with-external-libdts \ --disable-cacatest \ $(DEB_BUILD_CONFIG_OPTIONS) \ - FFMPEG_CFLAGS="`pkg-config --cflags libavcodec`" \ - FFMPEG_LIBS="`pkg-config --libs libavcodec`" \ CFLAGS="$(CFLAGS)" configure: configure-stamp |