mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Apparently, the order of ffmpeg libraries on the linker command-line matters, when they are statically linked
This commit is contained in:
parent
1f3069c7e1
commit
fbc94e1b20
@ -412,8 +412,9 @@ if (COMPILER=="LINUX"):
|
||||
IncDirectory("GTK2", "/usr/lib64/glib-2.0/include")
|
||||
IncDirectory("GTK2", "/usr/lib64/gtk-2.0/include")
|
||||
|
||||
ffmpeg_libs = ("libavutil", "libavcodec", "libavformat")
|
||||
fcollada_libs = ("FColladaD", "FColladaSD")
|
||||
# WARNING! The order of the ffmpeg libraries matters!
|
||||
ffmpeg_libs = ("libavformat", "libavcodec", "libavutil")
|
||||
|
||||
# Name pkg-config libs, include(dir)s
|
||||
if (not RUNTIME):
|
||||
|
Loading…
x
Reference in New Issue
Block a user