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
6431ea39
Commit
6431ea39
authored
Feb 26, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable to merge the avparser packetizer with --merge option
parent
361829e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
modules/codec/Makefile.am
modules/codec/Makefile.am
+3
-3
modules/packetizer/Makefile.am
modules/packetizer/Makefile.am
+2
-0
No files found.
modules/codec/Makefile.am
View file @
6431ea39
...
@@ -303,9 +303,9 @@ libavcodec_plugin_la_LIBADD = $(AVCODEC_LIBS) $(LIBM)
...
@@ -303,9 +303,9 @@ libavcodec_plugin_la_LIBADD = $(AVCODEC_LIBS) $(LIBM)
libavcodec_plugin_la_LDFLAGS
=
$(AM_LDFLAGS)
$(SYMBOLIC_LDFLAGS)
libavcodec_plugin_la_LDFLAGS
=
$(AM_LDFLAGS)
$(SYMBOLIC_LDFLAGS)
if
MERGE_FFMPEG
if
MERGE_FFMPEG
libavcodec_plugin_la_SOURCES
+=
demux/avformat/demux.c access/avio.c
libavcodec_plugin_la_SOURCES
+=
demux/avformat/demux.c access/avio.c
packetizer/avparser.c
libavcodec_plugin_la_CFLAGS
+=
$(AVFORMAT_CFLAGS)
libavcodec_plugin_la_CFLAGS
+=
$(AVFORMAT_CFLAGS)
$(AVUTIL_CFLAGS)
libavcodec_plugin_la_LIBADD
+=
$(AVFORMAT_LIBS)
libavcodec_plugin_la_LIBADD
+=
$(AVFORMAT_LIBS)
$(AVUTIL_LIBS)
$(LIBM)
if
ENABLE_SOUT
if
ENABLE_SOUT
libavcodec_plugin_la_SOURCES
+=
demux/avformat/mux.c
libavcodec_plugin_la_SOURCES
+=
demux/avformat/mux.c
endif
endif
...
...
modules/packetizer/Makefile.am
View file @
6431ea39
...
@@ -40,6 +40,8 @@ packetizer_LTLIBRARIES += libpacketizer_copy_plugin.la
...
@@ -40,6 +40,8 @@ packetizer_LTLIBRARIES += libpacketizer_copy_plugin.la
endif
endif
if
HAVE_AVCODEC
if
HAVE_AVCODEC
if
!MERGE_FFMPEG
packetizer_LTLIBRARIES
+=
libpacketizer_avparser_plugin.la
packetizer_LTLIBRARIES
+=
libpacketizer_avparser_plugin.la
endif
endif
endif
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