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
9a0c2dca
Commit
9a0c2dca
authored
Sep 09, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove recursion into modules/codec/wmafixed/
parent
a42b001b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
configure.ac
configure.ac
+0
-1
modules/codec/Modules.am
modules/codec/Modules.am
+9
-1
modules/codec/wmafixed/Modules.am
modules/codec/wmafixed/Modules.am
+0
-3
No files found.
configure.ac
View file @
9a0c2dca
...
@@ -4071,7 +4071,6 @@ AC_CONFIG_FILES([
...
@@ -4071,7 +4071,6 @@ AC_CONFIG_FILES([
modules/codec/loader/Makefile
modules/codec/loader/Makefile
modules/codec/omxil/Makefile
modules/codec/omxil/Makefile
modules/codec/shine/Makefile
modules/codec/shine/Makefile
modules/codec/wmafixed/Makefile
modules/control/Makefile
modules/control/Makefile
modules/demux/Makefile
modules/demux/Makefile
modules/gui/Makefile
modules/gui/Makefile
...
...
modules/codec/Modules.am
View file @
9a0c2dca
SUBDIRS = loader dmo avcodec shine
wmafixed
omxil
SUBDIRS = loader dmo avcodec shine omxil
SOURCES_a52 = a52.c a52.h
SOURCES_a52 = a52.c a52.h
SOURCES_dts = dts.c
SOURCES_dts = dts.c
SOURCES_flac = flac.c
SOURCES_flac = flac.c
...
@@ -12,6 +12,14 @@ SOURCES_adpcm = adpcm.c
...
@@ -12,6 +12,14 @@ SOURCES_adpcm = adpcm.c
SOURCES_opus = opus.c opus_header.c opus_header.h
SOURCES_opus = opus.c opus_header.c opus_header.h
SOURCES_uleaddvaudio = uleaddvaudio.c
SOURCES_uleaddvaudio = uleaddvaudio.c
SOURCES_mpeg_audio = mpeg_audio.c
SOURCES_mpeg_audio = mpeg_audio.c
SOURCES_wma_fixed = \
wmafixed/asf.h wmafixed/bswap.h \
wmafixed/fft.c wmafixed/fft.h \
wmafixed/mdct.c wmafixed/mdct.h \
wmafixed/wma.c wmafixed/wmadeci.c \
wmafixed/bitstream.c wmafixed/bitstream.h \
wmafixed/wmadata.h wmafixed/wmadec.h \
wmafixed/wmafixed.c wmafixed/wmafixed.h
SOURCES_libmpeg2 = libmpeg2.c
SOURCES_libmpeg2 = libmpeg2.c
SOURCES_rawvideo = rawvideo.c
SOURCES_rawvideo = rawvideo.c
SOURCES_quicktime = quicktime.c
SOURCES_quicktime = quicktime.c
...
...
modules/codec/wmafixed/Modules.am
deleted
100644 → 0
View file @
a42b001b
SOURCES_wma_fixed = asf.h bswap.h fft.h mdct.h wma.c wmadeci.c bitstream.c \
wmadata.h wmafixed.c bitstream.h fft.c mdct.c \
wmadec.h wmafixed.h
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