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
76f26645
Commit
76f26645
authored
Oct 01, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video_output: remove makefile recursion
parent
329373a8
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
65 additions
and
53 deletions
+65
-53
configure.ac
configure.ac
+0
-1
modules/Makefile.am
modules/Makefile.am
+1
-1
modules/hw/vdpau/Makefile.am
modules/hw/vdpau/Makefile.am
+1
-1
modules/video_output/Makefile.am
modules/video_output/Makefile.am
+63
-50
No files found.
configure.ac
View file @
76f26645
...
@@ -4263,7 +4263,6 @@ AC_CONFIG_FILES([
...
@@ -4263,7 +4263,6 @@ AC_CONFIG_FILES([
modules/stream_out/Makefile
modules/stream_out/Makefile
modules/text_renderer/Makefile
modules/text_renderer/Makefile
modules/video_filter/Makefile
modules/video_filter/Makefile
modules/video_output/Makefile
modules/visualization/Makefile
modules/visualization/Makefile
modules/hw/vdpau/Makefile
modules/hw/vdpau/Makefile
modules/hw/mmal/Makefile
modules/hw/mmal/Makefile
...
...
modules/Makefile.am
View file @
76f26645
...
@@ -11,7 +11,6 @@ BASE_SUBDIRS = \
...
@@ -11,7 +11,6 @@ BASE_SUBDIRS = \
packetizer
\
packetizer
\
text_renderer
\
text_renderer
\
video_filter
\
video_filter
\
video_output
\
visualization
visualization
EXTRA_SUBDIRS
=
\
EXTRA_SUBDIRS
=
\
access_output
\
access_output
\
...
@@ -53,6 +52,7 @@ include services_discovery/Makefile.am
...
@@ -53,6 +52,7 @@ include services_discovery/Makefile.am
include
stream_filter/Makefile.am
include
stream_filter/Makefile.am
include
video_chroma/Makefile.am
include
video_chroma/Makefile.am
include
video_splitter/Makefile.am
include
video_splitter/Makefile.am
include
video_output/Makefile.am
BUILT_SOURCES
+=
dummy.cpp
BUILT_SOURCES
+=
dummy.cpp
...
...
modules/hw/vdpau/Makefile.am
View file @
76f26645
...
@@ -48,6 +48,6 @@ libvdpau_display_plugin_la_SOURCES = display.c
...
@@ -48,6 +48,6 @@ libvdpau_display_plugin_la_SOURCES = display.c
libvdpau_display_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
-I
$(srcdir)
/../../video_output/xcb
libvdpau_display_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
-I
$(srcdir)
/../../video_output/xcb
libvdpau_display_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(XCB_CFLAGS)
libvdpau_display_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(XCB_CFLAGS)
libvdpau_display_plugin_la_LIBADD
=
libvlc_vdpau.la
\
libvdpau_display_plugin_la_LIBADD
=
libvlc_vdpau.la
\
../../
video_output/
libvlc_xcb_events.la
\
../../libvlc_xcb_events.la
\
$(AM_LIBADD)
$(X_LIBS)
$(X_PRE_LIBS)
-lX11
$(XCB_LIBS)
$(AM_LIBADD)
$(X_LIBS)
$(X_PRE_LIBS)
-lX11
$(XCB_LIBS)
vdpau_LTLIBRARIES
+=
libvdpau_display_plugin.la
vdpau_LTLIBRARIES
+=
libvdpau_display_plugin.la
modules/video_output/Makefile.am
View file @
76f26645
This diff is collapsed.
Click to expand it.
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