[vlc-devel] commit: RealAudio: compile fix. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Jan 12 22:32:20 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 12 22:31:42 2010 +0100| [c3daaedca8f315b9bc8fd3a18881a7bac12f77f1] | committer: Jean-Baptiste Kempf 

RealAudio: compile fix.

Sorry, I obviously wasn't compiling the right module XD

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

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

diff --git a/modules/codec/realaudio.c b/modules/codec/realaudio.c
index 89c6918..1327bed 100644
--- a/modules/codec/realaudio.c
+++ b/modules/codec/realaudio.c
@@ -212,7 +212,7 @@ static int Open( vlc_object_t *p_this )
 
     /* Flavor for SIPR codecs */
     p_sys->i_codec_flavor = -1;
-    if( p_dec->fmt_in.i_codec == VLC_FOURCC_SIPR )
+    if( p_dec->fmt_in.i_codec == VLC_CODEC_SIPR )
     {
         p_sys->i_codec_flavor = p_dec->fmt_in.audio.i_flavor;
         msg_Dbg( p_dec, "Got sipr flavor %d", p_sys->i_codec_flavor );




More information about the vlc-devel mailing list