# Updated video encoding library.

(in particular the one file that I'd forgotten about when updating the
rest)

This was SVN commit r4928.
This commit is contained in:
Ykkrosh 2007-02-25 22:08:31 +00:00
parent c2b119e721
commit 236224eea9

View File

@ -69,7 +69,7 @@ extern_lib_defs = {
no_delayload = 1,
},
ffmpeg = {
win_names = { "avcodec-51", "avformat-51", "avutil-49" },
win_names = { "avcodec-51", "avformat-51", "avutil-49", "swscale-0" },
unix_names = { "avcodec", "avformat", "avutil" },
dbg_suffix = "",
},