Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
afc470b3
Commit
afc470b3
authored
Feb 29, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: s/sout_ts/mux_ts/g
parent
db4727c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/buildsystem/cmake/include/config.cmake
extras/buildsystem/cmake/include/config.cmake
+2
-2
No files found.
extras/buildsystem/cmake/include/config.cmake
View file @
afc470b3
...
...
@@ -580,11 +580,11 @@ endif(Mpeg2_FOUND)
find_package
(
Dvbpsi
)
if
(
Dvbpsi_FOUND
)
vlc_register_modules
(
${
ENABLE_STREAM_OUT
}
sout
_ts
)
vlc_register_modules
(
${
ENABLE_STREAM_OUT
}
mux
_ts
)
vlc_enable_modules
(
ts
)
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
)
vlc_module_add_link_libraries
(
ts
${
Dvbpsi_LIBRARIES
}
)
vlc_module_add_link_libraries
(
sout_ts
${
Dvbpsi_LIBRARIES
}
)
vlc_module_add_link_libraries
(
mux_ts
${
Dvbpsi_LIBRARIES
}
)
vlc_module_add_link_libraries
(
dvb
${
Dvbpsi_LIBRARIES
}
)
endif
(
Dvbpsi_FOUND
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment