summaryrefslogtreecommitdiff
path: root/libavcodec/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/opts.c')
-rw-r--r--libavcodec/opts.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/opts.c b/libavcodec/opts.c
index 5b643db287..44a213397f 100644
--- a/libavcodec/opts.c
+++ b/libavcodec/opts.c
@@ -11,10 +11,7 @@
*/
#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),