Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
55bb8f45
Commit
55bb8f45
authored
Mar 19, 2013
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Makefile dependency for the dvd_nav parser.
Fixes compilation for --disable-everything --enable-parser=dvd_nav
parent
e4f5aa5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
libavcodec/Makefile
+1
-1
No files found.
libavcodec/Makefile
View file @
55bb8f45
...
...
@@ -723,6 +723,7 @@ OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o dca.o
OBJS-$(CONFIG_DIRAC_PARSER)
+=
dirac_parser.o
OBJS-$(CONFIG_DNXHD_PARSER)
+=
dnxhd_parser.o
OBJS-$(CONFIG_DVBSUB_PARSER)
+=
dvbsub_parser.o
OBJS-$(CONFIG_DVD_NAV_PARSER)
+=
dvd_nav_parser.o
OBJS-$(CONFIG_DVDSUB_PARSER)
+=
dvdsub_parser.o
OBJS-$(CONFIG_FLAC_PARSER)
+=
flac_parser.o
flacdata.o
flac.o
\
vorbis_data.o
...
...
@@ -743,7 +744,6 @@ OBJS-$(CONFIG_PNG_PARSER) += png_parser.o
OBJS-$(CONFIG_MPEGAUDIO_PARSER)
+=
mpegaudio_parser.o
\
mpegaudiodecheader.o
mpegaudiodata.o
OBJS-$(CONFIG_MPEGVIDEO_PARSER)
+=
mpegvideo_parser.o
\
dvd_nav_parser.o
\
mpeg12.o
mpeg12data.o
OBJS-$(CONFIG_PNM_PARSER)
+=
pnm_parser.o
pnm.o
OBJS-$(CONFIG_RV30_PARSER)
+=
rv34_parser.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