Update FFMpeg code and remove VDPAU support as it needs to be rewritten

This commit is contained in:
Iwan Timmer
2018-05-27 00:01:52 +02:00
parent 1d63640702
commit c030ee66f3
6 changed files with 13 additions and 282 deletions

View File

@@ -118,7 +118,6 @@ if (SOFTWARE_FOUND)
if(VDPAU_ACCEL_FOUND)
list(APPEND MOONLIGHT_DEFINITIONS HAVE_VDPAU)
list(APPEND MOONLIGHT_OPTIONS VDPAU)
target_sources(moonlight PRIVATE ./src/video/ffmpeg_vdpau.c)
target_include_directories(moonlight PRIVATE ${VDPAU_INCLUDE_DIRS})
target_link_libraries(moonlight ${VDPAU_LIBRARIES})
endif()