[vlc-devel] commit: CODEC_ID_SPEEX appeared in 51.50.1 (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Jul 27 10:17:19 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 27 10:14:16 2009 +0200| [960361bc01dee4a6d51a596c74ece8a2739a9481] | committer: Jean-Baptiste Kempf 

CODEC_ID_SPEEX appeared in 51.50.1

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

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

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 42c69bc..66b23b2 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -389,7 +389,9 @@ static const struct
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 6, 0 )
     { VLC_CODEC_QCELP, CODEC_ID_QCELP, AUDIO_ES },
 #endif
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 51, 50, 1 )
     { VLC_CODEC_SPEEX, CODEC_ID_SPEEX, AUDIO_ES },
+#endif
 
     /* PCM */
     { VLC_CODEC_S8, CODEC_ID_PCM_S8, AUDIO_ES },




More information about the vlc-devel mailing list