]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libfaad.c
OKed parts of the QCELP decoder
[ffmpeg] / libavcodec / libfaad.c
index ef5b79fa932a30cdb7d843ee97518ae9eab64700..c6da20dc3d4b33ebba4ed994e9bdd23043cdb64f 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifdef CONFIG_LIBFAADBIN
 #include <dlfcn.h>
-static const char* libfaadname = "libfaad.so";
+static const char* const libfaadname = "libfaad.so";
 #else
 #define dlopen(a)
 #define dlclose(a)