forked from mirror/openmw-tes3mp
Merge pull request #807 from ace13/patch-3
Add FFMPEG to include path for OpenMW
This commit is contained in:
commit
cfec5a3f5d
1 changed files with 4 additions and 1 deletions
|
@ -113,7 +113,10 @@ endif ()
|
||||||
|
|
||||||
# Sound stuff - here so CMake doesn't stupidly recompile EVERYTHING
|
# Sound stuff - here so CMake doesn't stupidly recompile EVERYTHING
|
||||||
# when we change the backend.
|
# when we change the backend.
|
||||||
include_directories(${SOUND_INPUT_INCLUDES})
|
include_directories(
|
||||||
|
${SOUND_INPUT_INCLUDES}
|
||||||
|
${FFMPEG_INCLUDE_DIRS}
|
||||||
|
)
|
||||||
|
|
||||||
target_link_libraries(openmw
|
target_link_libraries(openmw
|
||||||
${OPENSCENEGRAPH_LIBRARIES}
|
${OPENSCENEGRAPH_LIBRARIES}
|
||||||
|
|
Loading…
Reference in a new issue