mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
Builtin codecs array can now be const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25690 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d63fb8ba99
commit
2f77f19cb8
@ -1022,7 +1022,7 @@ int main(int argc, char* argv[])
|
||||
printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]);
|
||||
|
||||
for (i=0; i<2; i++) {
|
||||
printf("codecs_t %s[] = {\n", nm[i]);
|
||||
printf("const codecs_t %s[] = {\n", nm[i]);
|
||||
for (j = 0; j < nr[i]; j++) {
|
||||
printf("{");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user