diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-28 01:08:19 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-28 01:08:19 +0000 |
commit | b7b4167ac371c2ac7b77e3a7753f6a863e6310b6 (patch) | |
tree | d3121c87685e60a4d0f534229cbfe842c6bf0872 /debian/rules | |
parent | 0e085515c869e2a16044a23005c80e0a8243610e (diff) | |
download | xine-lib-b7b4167ac371c2ac7b77e3a7753f6a863e6310b6.tar.gz xine-lib-b7b4167ac371c2ac7b77e3a7753f6a863e6310b6.tar.bz2 |
Work around version number breakage in libavcodec.pc (libavcodec-dev).
CVS patchset: 8470
CVS date: 2006/12/28 01:08:19
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 51584c749..ef1347e49 100755 --- a/debian/rules +++ b/debian/rules @@ -67,6 +67,8 @@ CONFIGURE_FLAGS := --prefix=/usr \ --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 |