Commit ad25fa1c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libavcodec: explicit Makefile rules

parent a5731c00
SOURCES_avcodec = \ libavcodec_plugin_la_SOURCES = \
avcodec.c \ avcodec.c \
avcodec.h \ avcodec.h \
video.c \ video.c \
...@@ -11,14 +11,13 @@ SOURCES_avcodec = \ ...@@ -11,14 +11,13 @@ SOURCES_avcodec = \
vaapi.c \ vaapi.c \
vaapi.h \ vaapi.h \
$(NULL) $(NULL)
if ENABLE_SOUT if ENABLE_SOUT
SOURCES_avcodec += encoder.c libavcodec_plugin_la_SOURCES += \
encoder.c
endif endif
libavcodec_plugin_la_CFLAGS = $(AM_CFLAGS)
EXTRA_libavcodec_plugin_la_SOURCES = \ libavcodec_plugin_la_LIBADD = $(AM_LIBADD)
encoder.c \ libavcodec_plugin_la_DEPENDENCIES =
$(NULL)
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
$(LTLIBavcodec) $(LTLIBavcodec)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment