]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opts.c
remove remaining cpudetect dependancy
[ffmpeg] / libavcodec / opts.c
index 5b643db287478b1c854871d8c47aecd12bb50ca2..44a213397f5150a6b5a77af6214cfd46e86f8368 100644 (file)
  */
 
 #include "avcodec.h"
-
-#ifdef CONFIG_OS2
-#define strcasecmp(s1,s2) stricmp(s1,s2)
-#endif
+#include "os_support.h"
 
 const AVOption avoptions_common[] = {
     AVOPTION_CODEC_FLAG("bit_exact", "use only bit-exact stuff", flags, CODEC_FLAG_BITEXACT, 0),