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
856c3c04
Commit
856c3c04
authored
Aug 12, 2002
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* all : enable aac demux by default.
parent
77f8e25e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
495 additions
and
472 deletions
+495
-472
configure
configure
+485
-472
configure.in
configure.in
+10
-0
No files found.
configure
View file @
856c3c04
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.in
View file @
856c3c04
...
...
@@ -931,6 +931,16 @@ then
PLUGINS="${PLUGINS} demux/avi/avi"
fi
dnl
dnl AAC demux plugin
dnl
AC_ARG_ENABLE(aac,
[ --enable-aac AAC demux module (default enabled)])
if test "x${enable_aac}" != "xno"
then
PLUGINS="${PLUGINS} demux/aac/aac"
fi
dnl
dnl Codec plugins
dnl
...
...
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