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
30d93eb3
Commit
30d93eb3
authored
Jul 16, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...and the associated Makefile modifications.
parent
bac9ebf6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Makefile
Makefile
+1
-3
No files found.
Makefile
View file @
30d93eb3
...
@@ -30,8 +30,7 @@ AC3_SPDIF := ac3_spdif ac3_iec958
...
@@ -30,8 +30,7 @@ AC3_SPDIF := ac3_spdif ac3_iec958
LPCM_DECODER
:=
lpcm_decoder_thread
LPCM_DECODER
:=
lpcm_decoder_thread
AUDIO_DECODER
:=
audio_decoder adec_generic adec_layer1 adec_layer2 adec_math
AUDIO_DECODER
:=
audio_decoder adec_generic adec_layer1 adec_layer2 adec_math
SPU_DECODER
:=
spu_decoder
SPU_DECODER
:=
spu_decoder
VIDEO_PARSER
:=
video_parser vpar_headers vpar_blocks vpar_synchro video_fifo
VIDEO_DECODER
:=
video_parser vpar_headers vpar_blocks vpar_synchro video_fifo video_decoder
VIDEO_DECODER
:=
video_decoder
MISC
:=
mtime tests modules netutils
MISC
:=
mtime tests modules netutils
C_OBJ
:=
$
(
INTERFACE:%
=
src/interface/%.o
)
\
C_OBJ
:=
$
(
INTERFACE:%
=
src/interface/%.o
)
\
...
@@ -43,7 +42,6 @@ C_OBJ := $(INTERFACE:%=src/interface/%.o) \
...
@@ -43,7 +42,6 @@ C_OBJ := $(INTERFACE:%=src/interface/%.o) \
$
(
LPCM_DECODER:%
=
src/lpcm_decoder/%.o
)
\
$
(
LPCM_DECODER:%
=
src/lpcm_decoder/%.o
)
\
$
(
AUDIO_DECODER:%
=
src/audio_decoder/%.o
)
\
$
(
AUDIO_DECODER:%
=
src/audio_decoder/%.o
)
\
$
(
SPU_DECODER:%
=
src/spu_decoder/%.o
)
\
$
(
SPU_DECODER:%
=
src/spu_decoder/%.o
)
\
$
(
VIDEO_PARSER:%
=
src/video_parser/%.o
)
\
$
(
VIDEO_DECODER:%
=
src/video_decoder/%.o
)
\
$
(
VIDEO_DECODER:%
=
src/video_decoder/%.o
)
\
$
(
MISC:%
=
src/misc/%.o
)
$
(
MISC:%
=
src/misc/%.o
)
...
...
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