From 3a4a8e409899a317e6635578764f30616e686123 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 8 Jun 2009 03:32:01 -0700 Subject: Placed the gstreamer plugins in newview where they belong --- linden/indra/cmake/CopyWinLibs.cmake | 166 ----------------------------------- 1 file changed, 166 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index d43bbd7..afc99d6 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake @@ -6,172 +6,6 @@ include(CMakeCopyIfDifferent) -set(gst_plugin_release_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release/lib/gstreamer-plugins") -set(gst_plugin_release_files - libgstaacparse.dll - libgstadder.dll - libgstaiffparse.dll - libgstalaw.dll - libgstalpha.dll - libgstasfdemux.dll - libgstaudioconvert.dll - libgstaudiofx.dll - libgstaudiorate.dll - libgstaudioresample.dll - libgstauparse.dll - libgstautoconvert.dll - libgstautodetect.dll - libgstavi.dll - libgstcoreelements.dll - libgstcutter.dll - libgstdecodebin.dll - libgstdecodebin2.dll - libgstdshowdecwrapper.dll - libgstdshowsrcwrapper.dll - libgstdshowvideosink.dll - libgstffmpeg.dll - libgstffmpegcolorspace.dll - libgstflv.dll - libgstgdp.dll - libgstgio.dll - libgsth264parse.dll - libgsticydemux.dll - libgstid3demux.dll - libgstinterleave.dll - libgstjpeg.dll - libgstmpeg4videoparse.dll - libgstmpegaudioparse.dll - libgstmpegdemux.dll - libgstmpegstream.dll - libgstmpegtsmux.dll - libgstmpegvideoparse.dll - libgstmulaw.dll - libgstmultifile.dll - libgstneon.dll - libgstplaybin.dll - libgstpng.dll - libgstqtdemux.dll - libgstqtmux.dll - libgstqueue2.dll - libgstreal.dll - libgstrealmedia.dll - libgstrtpmanager.dll - libgstrtpmux.dll - libgstrtp_good.dll - libgstrtsp_good.dll - libgstselector.dll - libgstsmpte.dll - libgsttheora.dll - libgsttypefindfunctions.dll - libgstudp.dll - libgstvideobox.dll - libgstvideocrop.dll - libgstvideofilterbalance.dll - libgstvideofiltergamma.dll - libgstvideomixer.dll - libgstvideorate.dll - libgstvideoscale.dll - libgstvideosignal.dll - libgstvolume.dll - libgstwasapi.dll - libgstwaveform.dll - libgstwavparse.dll - libgstwininet.dll - libgstwinks.dll - libgstx264.dll - ) - -copy_if_different( - ${gst_plugin_release_dir} - "${CMAKE_CURRENT_BINARY_DIR}/Release/lib/gstreamer-plugins" - out_targets - ${gst_plugin_release_files} - ) -set(all_targets ${all_targets} ${out_targets}) - -set(gst_plugin_debug_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug/lib/gstreamer-plugins") -set(gst_plugin_debug_files - libgstaacparse.dll - libgstadder.dll - libgstaiffparse.dll - libgstalaw.dll - libgstalpha.dll - libgstasfdemux.dll - libgstaudioconvert.dll - libgstaudiofx.dll - libgstaudiorate.dll - libgstaudioresample.dll - libgstauparse.dll - libgstautoconvert.dll - libgstautodetect.dll - libgstavi.dll - libgstcoreelements.dll - libgstcutter.dll - libgstdecodebin.dll - libgstdecodebin2.dll - libgstdshowdecwrapper.dll - libgstdshowsrcwrapper.dll - libgstdshowvideosink.dll - libgstffmpeg.dll - libgstffmpegcolorspace.dll - libgstflv.dll - libgstgdp.dll - libgstgio.dll - libgsth264parse.dll - libgsticydemux.dll - libgstid3demux.dll - libgstinterleave.dll - libgstjpeg.dll - libgstmpeg4videoparse.dll - libgstmpegaudioparse.dll - libgstmpegdemux.dll - libgstmpegstream.dll - libgstmpegtsmux.dll - libgstmpegvideoparse.dll - libgstmulaw.dll - libgstmultifile.dll - libgstneon.dll - libgstplaybin.dll - libgstpng.dll - libgstqtdemux.dll - libgstqtmux.dll - libgstqueue2.dll - libgstreal.dll - libgstrealmedia.dll - libgstrtpmanager.dll - libgstrtpmux.dll - libgstrtp_good.dll - libgstrtsp_good.dll - libgstselector.dll - libgstsmpte.dll - libgsttheora.dll - libgsttypefindfunctions.dll - libgstudp.dll - libgstvideobox.dll - libgstvideocrop.dll - libgstvideofilterbalance.dll - libgstvideofiltergamma.dll - libgstvideomixer.dll - libgstvideorate.dll - libgstvideoscale.dll - libgstvideosignal.dll - libgstvolume.dll - libgstwasapi.dll - libgstwaveform.dll - libgstwavparse.dll - libgstwininet.dll - libgstwinks.dll - libgstx264.dll - ) - -copy_if_different( - ${gst_plugin_debug_dir} - "${CMAKE_CURRENT_BINARY_DIR}/Debug/lib/gstreamer-plugins" - out_targets - ${gst_plugin_debug_files} - ) -set(all_targets ${all_targets} ${out_targets}) - set(debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug") set(debug_files alut.dll -- cgit v1.1