Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
954ff1ec
Commit
954ff1ec
authored
Feb 20, 2008
by
Pierre d'Herbemont
Browse files
cmake: Enable asf by default.
parent
68d9d973
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/buildsystem/cmake/include/config.cmake
View file @
954ff1ec
...
@@ -334,6 +334,7 @@ vlc_enable_modules(packetizer_mpegvideo packetizer_h264)
...
@@ -334,6 +334,7 @@ vlc_enable_modules(packetizer_mpegvideo packetizer_h264)
vlc_enable_modules
(
packetizer_mpeg4video packetizer_mpeg4audio
)
vlc_enable_modules
(
packetizer_mpeg4video packetizer_mpeg4audio
)
vlc_enable_modules
(
packetizer_vc1
)
vlc_enable_modules
(
packetizer_vc1
)
vlc_enable_modules
(
spatializer
)
vlc_enable_modules
(
spatializer
)
vlc_enable_modules
(
asf
)
if
(
NOT mingwce
)
if
(
NOT mingwce
)
set
(
enabled ON
)
set
(
enabled ON
)
...
@@ -352,10 +353,6 @@ if(NOT WIN32)
...
@@ -352,10 +353,6 @@ if(NOT WIN32)
vlc_enable_modules
(
screensaver
)
vlc_enable_modules
(
screensaver
)
endif
(
NOT WIN32
)
endif
(
NOT WIN32
)
# Following modules will be disabled but listed in options
vlc_disable_modules
(
asf
)
# This module is disabled because the CMakeList.txt which
# This module is disabled because the CMakeList.txt which
# is generated isn't correct. We'll put that back
# is generated isn't correct. We'll put that back
# when cmake will be accepted as default build system
# when cmake will be accepted as default build system
...
...
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