X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fallcodecs.c;h=19a67f33062aad6aad3946e533faf8c6d2d2f9d7;hb=2ea392529a84c38cb3a55acc99b9341f6255956c;hp=d57830628f96ba092c6d941a870d638aeb87c2b6;hpb=26376701446a51fc505ea998fe477118af3f1c59;p=ffmpeg diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index d57830628f9..19a67f33062 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -447,6 +447,12 @@ void avcodec_register_all(void) #ifdef CONFIG_ZMBV_DECODER register_avcodec(&zmbv_decoder); #endif //CONFIG_ZMBV_DECODER +#ifdef CONFIG_SMACKER_DECODER + register_avcodec(&smacker_decoder); +#endif //CONFIG_SMACKER_DECODER +#ifdef CONFIG_SMACKAUD_DECODER + register_avcodec(&smackaud_decoder); +#endif //CONFIG_SMACKAUD_DECODER #ifdef CONFIG_SONIC_DECODER register_avcodec(&sonic_decoder); #endif //CONFIG_SONIC_DECODER