Use ffmpeg for Windows Video Dumping instead of VFW

This commit is contained in:
Chris Burgener
2016-01-02 13:07:08 -05:00
parent 079be1db9a
commit c34fb3edf0
13 changed files with 73 additions and 426 deletions

View File

@ -59,8 +59,6 @@ endif()
add_dolphin_library(videocommon "${SRCS}" "${LIBS}")
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
if(LIBAV_FOUND)
target_link_libraries(videocommon ${LIBS} ${LIBAV_LIBRARIES})
endif()
if(LIBAV_FOUND)
target_link_libraries(videocommon ${LIBS} ${LIBAV_LIBRARIES})
endif()