comparison liba52.c @ 7978:dc1a7a6ec58d libavcodec

Add (additional) const to many global tables.
author reimar
date Thu, 02 Oct 2008 15:52:04 +0000
parents 85ab7655ad4d
children
comparison
equal deleted inserted replaced
7977:ccd351dd827b 7978:dc1a7a6ec58d
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include <a52dec/a52.h> 28 #include <a52dec/a52.h>
29 29
30 #ifdef CONFIG_LIBA52BIN 30 #ifdef CONFIG_LIBA52BIN
31 #include <dlfcn.h> 31 #include <dlfcn.h>
32 static const char* liba52name = "liba52.so.0"; 32 static const char* const liba52name = "liba52.so.0";
33 #endif 33 #endif
34 34
35 /** 35 /**
36 * liba52 - Copyright (C) Aaron Holtzman 36 * liba52 - Copyright (C) Aaron Holtzman
37 * released under the GPL license. 37 * released under the GPL license.