diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-16 02:56:36 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-16 02:56:36 +0000 |
commit | f56c7f14e2eb08b883c34de73426163e7aae9d30 (patch) | |
tree | b9b97df8ca2406dfa79bb927f9237766651f4450 | |
parent | d0af98c722b43e14189992e640dbc74a59c1dfac (diff) | |
download | xine-lib-f56c7f14e2eb08b883c34de73426163e7aae9d30.tar.gz xine-lib-f56c7f14e2eb08b883c34de73426163e7aae9d30.tar.bz2 |
Terminate the supported types list...
-rwxr-xr-x | src/combined/ffmpeg/mkcodeclist.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/mkcodeclist.pl b/src/combined/ffmpeg/mkcodeclist.pl index 6b3dad506..c4070eb32 100755 --- a/src/combined/ffmpeg/mkcodeclist.pl +++ b/src/combined/ffmpeg/mkcodeclist.pl @@ -79,7 +79,7 @@ if ($w) { print LIST " #ifdef CONFIG_${a}_DECODER\n BUF_${Type}_$line->[0],\n #endif\n" or die $!; } } - print LIST "};\n" or die $!; + print LIST " 0,\n};\n" or die $!; close LIST or die $!; } else { |