Changeset afc470b348058a9a59159c987d1c3daee329febb

Show
Ignore:
Timestamp:
02/29/08 16:09:18 (6 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1204297758 +0000
git-parent:

[db4727c0da75c505b2f8f9846b6b0598d57ad1c3]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1204297758 +0000
Message:

cmake: s/sout_ts/mux_ts/g

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/cmake/include/config.cmake

    rdb4727c rafc470b  
    581581find_package(Dvbpsi) 
    582582if(Dvbpsi_FOUND) 
    583   vlc_register_modules(${ENABLE_STREAM_OUT} sout_ts) 
     583  vlc_register_modules(${ENABLE_STREAM_OUT} mux_ts) 
    584584  vlc_enable_modules(ts) 
    585585  check_include_files ("stdint.h;dvbpsi/dvbpsi.h;dvbpsi/demux.h;dvbpsi/descriptor.h;dvbpsi/pat.h;dvbpsi/pmt.h;dvbpsi/sdt.h;dvbpsi/dr.h" HAVE_DVBPSI_DR_H) 
    586586  vlc_module_add_link_libraries(ts      ${Dvbpsi_LIBRARIES}) 
    587   vlc_module_add_link_libraries(sout_ts ${Dvbpsi_LIBRARIES}) 
     587  vlc_module_add_link_libraries(mux_ts ${Dvbpsi_LIBRARIES}) 
    588588  vlc_module_add_link_libraries(dvb     ${Dvbpsi_LIBRARIES}) 
    589589endif(Dvbpsi_FOUND)