[SCM] FFmpeg packaging branch, master.snapshot, updated. debian/0.6-2-8-gee71676

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Jul 31 20:31:12 UTC 2010


The following commit has been merged in the master.snapshot branch:
commit ee71676b910be02cfc7b0fefa4c3767aa2be18ec
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Jul 31 16:29:15 2010 -0400

    cleanup confflags handling for 'soft' optional dependencies

diff --git a/debian/confflags b/debian/confflags
index 94b6663..7d8efc7 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -72,9 +72,6 @@ gpl_confflags += --enable-gpl
 gpl_confflags += --enable-postproc
 gpl_confflags += --enable-x11grab
 
-# there is no libfaad in ubuntu/main, on in ubuntu/multiverse
-gpl_confflags += $(call cond_enable,/usr/include/faad.h,libfaad)
-
 # "forbidden" encoders, see README.Debian for details
 disable_encoders += --disable-encoder=aac
 disable_encoders += --disable-encoder=h263
@@ -102,7 +99,6 @@ confflags += --enable-libschroedinger
 confflags += --enable-libspeex
 confflags += --enable-libtheora
 confflags += --enable-libvorbis
-confflags += --enable-librtmp
 confflags += --enable-vaapi
 confflags += --enable-pthreads
 confflags += --enable-zlib
@@ -117,9 +113,11 @@ endif
 confflags += $(extra_common_confflags)
 
 # this part below is intended for the 'ffmpeg' package in ubuntu/multiverse
+gpl_confflags += $(call cond_enable,/usr/include/faad.h,libfaad)
 gpl_confflags += $(call cond_enable,/usr/include/xvid.h,libxvid)
 gpl_confflags += $(call cond_enable,/usr/include/x264.h,libx264)
-confflags += $(call cond_enable,/usr/include/lame/lame.h,libmp3lame)
+gpl_confflags += $(call cond_enable,/usr/include/librtmp/http.h,librtmp)
+gpl_confflags += $(call cond_enable,/usr/include/lame/lame.h,libmp3lame)
 
 # Opencore-amr requires GPL v3
 v3_confflags += $(call cond_enable_v3,/usr/include/opencore-amrnb/interf_dec.h,libopencore-amrnb)

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list