Changeset afc470b348058a9a59159c987d1c3daee329febb
- 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
| rdb4727c |
rafc470b |
|
| 581 | 581 | find_package(Dvbpsi) |
|---|
| 582 | 582 | if(Dvbpsi_FOUND) |
|---|
| 583 | | vlc_register_modules(${ENABLE_STREAM_OUT} sout_ts) |
|---|
| | 583 | vlc_register_modules(${ENABLE_STREAM_OUT} mux_ts) |
|---|
| 584 | 584 | vlc_enable_modules(ts) |
|---|
| 585 | 585 | 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) |
|---|
| 586 | 586 | 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}) |
|---|
| 588 | 588 | vlc_module_add_link_libraries(dvb ${Dvbpsi_LIBRARIES}) |
|---|
| 589 | 589 | endif(Dvbpsi_FOUND) |
|---|