]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nut.c
01-makefile_fix_updated.patch
[ffmpeg] / libavformat / nut.c
index 46fbee8aeeaf28e6cca7edf68f17e596db66917f..f43797582d58712b885a287680532c9f102daeae 100644 (file)
@@ -1433,7 +1433,7 @@ static AVOutputFormat nut_oformat = {
     "video/x-nut",
     "nut",
     sizeof(NUTContext),
-#ifdef CONFIG_VORBIS
+#ifdef CONFIG_LIBVORBIS
     CODEC_ID_VORBIS,
 #elif defined(CONFIG_MP3LAME)
     CODEC_ID_MP3,