mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Fix symbol error when loading libp3ffmpeg on Mac OS X
This commit is contained in:
parent
89b6ccf887
commit
f7eb1db74c
@ -760,6 +760,7 @@ if (COMPILER=="GCC"):
|
||||
|
||||
if GetTarget() == "darwin" and not PkgSkip("FFMPEG"):
|
||||
LibName("FFMPEG", "-Wl,-read_only_relocs,suppress")
|
||||
LibName("FFMPEG", "-framework VideoDecodeAcceleration")
|
||||
|
||||
cv_lib = ChooseLib(("opencv_core", "cv"), "OPENCV")
|
||||
if cv_lib == "opencv_core":
|
||||
|
Loading…
x
Reference in New Issue
Block a user