[vlc-devel] commit: Note to self: test compilation before applying patches. ( Antoine Cellerier )

git version control git at videolan.org
Mon Jun 30 13:53:32 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jun 30 13:55:59 2008 +0200| [7c3c44956e67fb27c725973398a60691d63d019d]

Note to self: test compilation before applying patches.

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

 modules/mux/asf.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/mux/asf.c b/modules/mux/asf.c
index 3f41328..9196981 100644
--- a/modules/mux/asf.c
+++ b/modules/mux/asf.c
@@ -87,9 +87,9 @@ vlc_module_begin();
     add_string( SOUT_CFG_PREFIX "rating",  "", NULL, RATING_TEXT,
                                  RATING_LONGTEXT, true );
     add_integer( SOUT_CFG_PREFIX "packet-size", 4096, NULL, PACKETSIZE_TEXT,
-                                 PACKETSIZE_LONGTEXT, VLC_TRUE );
+                                 PACKETSIZE_LONGTEXT, true );
     add_integer( SOUT_CFG_PREFIX "bitrate-override", 0, NULL, BITRATE_TEXT,
-                                 BITRATE_LONGTEXT, VLC_TRUE );
+                                 BITRATE_LONGTEXT, true );
 
 vlc_module_end();
 




More information about the vlc-devel mailing list