[vlc-devel] commit: x264: compilation fix ( Felix Paul Kühne )

git version control git at videolan.org
Sat Apr 4 12:19:14 CEST 2009


vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sat Apr  4 12:19:10 2009 +0200| [d7545035878a07fcdf5cf3097e97e946bfb467ba] | committer: Felix Paul Kühne 

x264: compilation fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7545035878a07fcdf5cf3097e97e946bfb467ba
---

 modules/codec/x264.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index cab95e2..04fce89 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -432,7 +432,6 @@ vlc_module_begin();
 #  if X264_BUILD < 67 /* r1117 */
     add_bool( SOUT_CFG_PREFIX "pre-scenecut", 0, NULL, PRESCENE_TEXT,
               PRESCENE_LONGTEXT, false );
-              PRESCENE_LONGTEXT, false )
 #  else
     add_obsolete_bool( "pre-scenecut" )
 #  endif




More information about the vlc-devel mailing list