|
|
@ -51,7 +51,7 @@ void avcodec_register_all(void) |
|
|
|
#endif //CONFIG_MP3LAME_ENCODER
|
|
|
|
#endif //CONFIG_MP3LAME_ENCODER
|
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#ifdef CONFIG_LIBVORBIS |
|
|
|
#ifdef CONFIG_LIBVORBIS |
|
|
|
#ifdef CONFIG_OGGVORBIS_ENCODER |
|
|
|
#if (defined CONFIG_OGGVORBIS_ENCODER && !defined CONFIG_VORBIS_ENCODER) |
|
|
|
register_avcodec(&oggvorbis_encoder); |
|
|
|
register_avcodec(&oggvorbis_encoder); |
|
|
|
#endif //CONFIG_OGGVORBIS_ENCODER
|
|
|
|
#endif //CONFIG_OGGVORBIS_ENCODER
|
|
|
|
#if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER) |
|
|
|
#if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER) |
|
|
@ -507,6 +507,9 @@ void avcodec_register_all(void) |
|
|
|
#ifdef CONFIG_VORBIS_DECODER |
|
|
|
#ifdef CONFIG_VORBIS_DECODER |
|
|
|
register_avcodec(&vorbis_decoder); |
|
|
|
register_avcodec(&vorbis_decoder); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef CONFIG_VORBIS_ENCODER |
|
|
|
|
|
|
|
register_avcodec(&vorbis_encoder); |
|
|
|
|
|
|
|
#endif |
|
|
|
#ifdef CONFIG_LIBGSM |
|
|
|
#ifdef CONFIG_LIBGSM |
|
|
|
register_avcodec(&libgsm_decoder); |
|
|
|
register_avcodec(&libgsm_decoder); |
|
|
|
#endif //CONFIG_LIBGSM
|
|
|
|
#endif //CONFIG_LIBGSM
|
|
|
|