Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
ad25fa1c
Commit
ad25fa1c
authored
Sep 20, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec: explicit Makefile rules
parent
a5731c00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
modules/codec/avcodec/Modules.am
modules/codec/avcodec/Modules.am
+6
-7
No files found.
modules/codec/avcodec/Modules.am
View file @
ad25fa1c
SOURCES_avcodec
= \
libavcodec_plugin_la_SOURCES
= \
avcodec.c \
avcodec.h \
video.c \
...
...
@@ -11,14 +11,13 @@ SOURCES_avcodec = \
vaapi.c \
vaapi.h \
$(NULL)
if ENABLE_SOUT
SOURCES_avcodec += encoder.c
libavcodec_plugin_la_SOURCES += \
encoder.c
endif
EXTRA_libavcodec_plugin_la_SOURCES = \
encoder.c \
$(NULL)
libavcodec_plugin_la_CFLAGS = $(AM_CFLAGS)
libavcodec_plugin_la_LIBADD = $(AM_LIBADD)
libavcodec_plugin_la_DEPENDENCIES =
libvlc_LTLIBRARIES += \
$(LTLIBavcodec)
...
...
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