Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
954ff1ec
Commit
954ff1ec
authored
Feb 20, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: Enable asf by default.
parent
68d9d973
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
extras/buildsystem/cmake/include/config.cmake
extras/buildsystem/cmake/include/config.cmake
+1
-4
No files found.
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