[SCM] x264 packaging branch, ubuntu, updated. debian/0.85.1448+git1a6d32-2-5-g63d0b31

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Mar 14 09:13:47 UTC 2010


The following commit has been merged in the ubuntu branch:
commit 6a8bd13b7d1d1e8a4d2f3ef83064264b44417ea7
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Mar 14 09:44:58 2010 +0100

    simplify configure line, LP: #538555
    
    the analysis from the bug is correct:
    
    --enable-pthread: is no longer a valid option and x264 configures this
      automatically.
    
    --enable-visualize: is an analyzing tool that basically places a grid on
      the video. Not really actively maintained. Removing this can get rid
      of the libx11 dependency.
    
    --enable-pic is ignored on 32-bit and --enable-shared automatically
      implies --enable-pic on x86_64 anyway.
    
    (This bug report is similar to my FS# 18478 for Arch Linux).

diff --git a/debian/confflags b/debian/confflags
index 93d75b9..b03c6a0 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -3,7 +3,6 @@
 # configure flags logic
 
 common_confflags += \
-	--enable-pthread \
 	--prefix=/usr \
 	--enable-debug
 
@@ -20,14 +19,11 @@ static_confflags += \
 
 shared_confflags += \
 	$(common_confflags) \
-	--enable-shared \
-	--enable-visualize
+	--enable-shared
 
 opt_confflags += \
 	$(common_confflags) \
 	--enable-shared \
-	--enable-pic \
-	--enable-visualize \
 	--libdir=$(opt_libdir)
 
 # this is only used for the check_asm macro

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list