[Lunar-commits] <moonbase> gst-plugins-bad: add a temporary fix for x264

Zachary McGrew zmcgrew at lunar-linux.org
Mon Sep 29 07:14:40 CEST 2008


commit 40ae30fde23589ff99eea6a812b60871fc68d8f4
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sun Sep 28 22:14:40 2008 -0700

    gst-plugins-bad: add a temporary fix for x264
---
 audio/gst-plugins-bad/BUILD |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/audio/gst-plugins-bad/BUILD b/audio/gst-plugins-bad/BUILD
index 37369f3..ce0e099 100644
--- a/audio/gst-plugins-bad/BUILD
+++ b/audio/gst-plugins-bad/BUILD
@@ -1,5 +1,9 @@
 (
 
+  #temporary fix to support x264-git build 63 and above
+  #check this at the next release!
+  sedit 's:b_bframe_adaptive:i_bframe_adaptive:g' ext/x264/gstx264enc.c
+
   OPTS="$OPTS  --disable-valgrind  --disable-debug  --disable-examples"
 
   default_build


More information about the Lunar-commits mailing list