Improve bundle fixup

This commit is contained in:
BtbN
2014-04-13 11:05:46 -07:00
parent 2451b80ef6
commit 075820028f
8 changed files with 62 additions and 30 deletions

View File

@@ -40,8 +40,3 @@ target_link_libraries(obs-ffmpeg
install_obs_plugin(obs-ffmpeg)
obs_fixup_install_target(obs-ffmpeg PATH ${Libavcodec_LIBRARIES})
obs_fixup_install_target(obs-ffmpeg PATH ${Libavutil_LIBRARIES})
obs_fixup_install_target(obs-ffmpeg PATH ${Libswscale_LIBRARIES})
obs_fixup_install_target(obs-ffmpeg PATH ${Libavformat_LIBRARIES})
obs_fixup_install_target(obs-ffmpeg PATH ${Libswresample_LIBRARIES})