fix swscale link error, I hope

This commit is contained in:
rdb 2011-07-01 18:34:42 +00:00
parent 6c79733735
commit 5892019088

View File

@ -2823,7 +2823,7 @@ if (not RUNTIME):
if (not RUNTIME):
OPTS=['DIR:panda/metalibs/panda', 'BUILDING:PANDA', 'VRPN', 'JPEG', 'PNG',
'TIFF', 'ZLIB', 'OPENSSL', 'FREETYPE', 'FFTW', 'ADVAPI', 'WINSOCK2','SQUISH',
'NVIDIACG', 'WINUSER', 'WINMM', 'FFMPEG']
'NVIDIACG', 'WINUSER', 'WINMM', 'FFMPEG', 'SWSCALE']
TargetAdd('panda_panda.obj', opts=OPTS, input='panda.cxx')