mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 19:59:09 +00:00
Removes remaining usage of Bink in main engine.
- Removes Bink headers. - Remove usage of Bink movie layers in pfJournalBook (replacing it with plLayerAVI in the interim). - Removes Bink cmake. Conflicts: CMakeLists.txt Sources/Plasma/Apps/plClient/plClient.cpp Sources/Plasma/PubUtilLib/plPipeline/plBinkPlayer.h
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
find_path(Bink_INCLUDE_DIR bink.h
|
||||
C:/BinkW32
|
||||
)
|
||||
|
||||
find_library(Bink_LIBRARY NAMES binkw32
|
||||
PATHS C:/BinkW32
|
||||
)
|
||||
|
||||
if(Bink_INCLUDE_DIR AND Bink_LIBRARY)
|
||||
set(Bink_SDK_AVAILABLE TRUE)
|
||||
add_definitions(-DBINK_SDK_AVAILABLE)
|
||||
else()
|
||||
set(Bink_SDK_AVAILABLE FALSE)
|
||||
endif()
|
||||
|
||||
set(Bink_LIBRARIES ${Bink_LIBRARY})
|
Reference in New Issue
Block a user