mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Oops, forgot to link swscale into libpanda
This commit is contained in:
parent
a663c348d3
commit
da6e555571
@ -380,6 +380,7 @@ if (COMPILER=="LINUX"):
|
||||
if (PkgSkip("FFMPEG")==0): LibName("FFMPEG", "-lavcodec")
|
||||
if (PkgSkip("FFMPEG")==0): LibName("FFMPEG", "-lavformat")
|
||||
if (PkgSkip("FFMPEG")==0): LibName("FFMPEG", "-lavutil")
|
||||
if (PkgSkip("FFMPEG")==0): LibName("FFMPEG", "-lswscale")
|
||||
if (PkgSkip("ZLIB")==0): LibName("ZLIB", "-lz")
|
||||
if (PkgSkip("PNG")==0): LibName("PNG", "-lpng")
|
||||
if (PkgSkip("JPEG")==0): LibName("JPEG", "-ljpeg")
|
||||
|
Loading…
x
Reference in New Issue
Block a user