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
887a029a
Commit
887a029a
authored
Jan 20, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Jan 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: adaptative: fix C++ flags overriding
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
2bd38c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/demux/Makefile.am
modules/demux/Makefile.am
+1
-1
No files found.
modules/demux/Makefile.am
View file @
887a029a
...
...
@@ -414,7 +414,7 @@ libadaptative_plugin_la_SOURCES += $(libadaptative_dash_SOURCES)
libadaptative_plugin_la_SOURCES
+=
$(libadaptative_smooth_SOURCES)
libadaptative_plugin_la_SOURCES
+=
demux/adaptative/adaptative.cpp
libadaptative_plugin_la_SOURCES
+=
demux/mp4/libmp4.c demux/mp4/libmp4.h
libadaptative_plugin_la_CXXFLAGS
=
$(AM_CFLAGS)
-I
$(srcdir)
/demux/adaptative
libadaptative_plugin_la_CXXFLAGS
=
$(AM_C
XX
FLAGS)
-I
$(srcdir)
/demux/adaptative
libadaptative_plugin_la_LIBADD
=
$(SOCKET_LIBS)
$(LIBM)
if
HAVE_ZLIB
libadaptative_plugin_la_LIBADD
+=
-lz
...
...
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