diff options
-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 |