Commit 25ef7e7d authored by Sébastien Escudier's avatar Sébastien Escudier

fix [56e7865d] compilation

parent 8acdc1f5
...@@ -32,9 +32,6 @@ ...@@ -32,9 +32,6 @@
#include "avformat.h" #include "avformat.h"
#define FORMAT_TEXT N_( "Format name" )
#define FORMAT_LONGTEXT N_( "Internal libavcodec format name" )
vlc_module_begin () vlc_module_begin ()
#endif /* MERGE_FFMPEG */ #endif /* MERGE_FFMPEG */
add_shortcut( "ffmpeg", "avformat" ) add_shortcut( "ffmpeg", "avformat" )
......
...@@ -34,3 +34,5 @@ void CloseMux( vlc_object_t * ); ...@@ -34,3 +34,5 @@ void CloseMux( vlc_object_t * );
#define MUX_TEXT N_("Avformat mux") #define MUX_TEXT N_("Avformat mux")
#define MUX_LONGTEXT N_("Force use of a specific avformat muxer.") #define MUX_LONGTEXT N_("Force use of a specific avformat muxer.")
#define FORMAT_TEXT N_( "Format name" )
#define FORMAT_LONGTEXT N_( "Internal libavcodec format name" )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment