[SCM] libav/experimental: Enable libx256
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Jan 6 12:49:01 UTC 2015
The following commit has been merged in the experimental branch:
commit 9a58545939f72a824748c69a0e37e83248b863dc
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Tue Jan 6 03:44:07 2015 +0100
Enable libx256
diff --git a/debian/confflags b/debian/confflags
index 0adb138..9d8ee47 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -142,6 +142,7 @@ gpl_confflags += --enable-swscale
gpl_confflags += $(call cond_enable,/usr/include/cdio/paranoia.h,libcdio)
gpl_confflags += $(call cond_enable,/usr/include/X11/extensions/XShm.h,x11grab)
gpl_confflags += $(call cond_enable,/usr/include/x264.h,libx264)
+gpl_confflags += $(call cond_enable,/usr/include/x265.h,libx265)
gpl_confflags += $(call cond_enable,/usr/include/xvid.h,libxvid)
# comment out following line for LGPL versions of the libraries
confflags += $(gpl_confflags)
diff --git a/debian/control b/debian/control
index 43c926c..a81227d 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Build-Depends:
libvpx-dev,
libx11-dev,
libx264-dev,
+ libx265-dev,
libxext-dev,
libxfixes-dev,
libxvidcore-dev,
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list