mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
change gif muxer to simple gif encoder
Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -68,6 +68,9 @@ void avcodec_register_all(void)
|
||||
#ifdef CONFIG_FLAC_ENCODER
|
||||
register_avcodec(&flac_encoder);
|
||||
#endif
|
||||
#ifdef CONFIG_GIF_ENCODER
|
||||
register_avcodec(&gif_encoder);
|
||||
#endif
|
||||
#ifdef CONFIG_XVID
|
||||
#ifdef CONFIG_XVID_ENCODER
|
||||
register_avcodec(&xvid_encoder);
|
||||
|
||||
Reference in New Issue
Block a user