]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/asf-enc.c
Make Launch more appropriate with support for full paths for the ffmpeg binary
[ffmpeg] / libavformat / asf-enc.c
index a6b3f032e15c32d0d9b4a45cf04dec1e1f95ecc2..adbf89c88e97c7c419cb532b5af416d97ca8bc1c 100644 (file)
@@ -23,7 +23,7 @@
 #undef NDEBUG
 #include <assert.h>
 
-#ifdef CONFIG_ENCODERS
+#ifdef CONFIG_MUXERS
 
 
 #define ASF_INDEXED_INTERVAL 10000000
@@ -858,4 +858,4 @@ AVOutputFormat asf_stream_oformat = {
     asf_write_trailer,
     .flags = AVFMT_GLOBALHEADER,
 };
-#endif //CONFIG_ENCODERS
+#endif //CONFIG_MUXERS