|
|
|
|
libavcodec_plugin_la_SOURCES = \
|
|
|
|
|
avcodec.c \
|
|
|
|
|
avcodec.h \
|
|
|
|
|
video.c \
|
|
|
|
|
subtitle.c \
|
|
|
|
|
audio.c \
|
|
|
|
|
deinterlace.c \
|
|
|
|
|
avutil.h \
|
|
|
|
|
fourcc.c \
|
|
|
|
|
chroma.c \
|
|
|
|
|
vaapi.c \
|
|
|
|
|
dxva2.c \
|
|
|
|
|
va.h \
|
|
|
|
|
$(NULL)
|
|
|
|
|
if ENABLE_SOUT
|
|
|
|
|
libavcodec_plugin_la_SOURCES += \
|
|
|
|
|
encoder.c
|
|
|
|
|
endif
|
|
|
|
|
libavcodec_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
|
|
|
libavcodec_plugin_la_LIBADD = $(AM_LIBADD)
|
|
|
|
|
libavcodec_plugin_la_DEPENDENCIES =
|
|
|
|
|
|
|
|
|
|
if MERGE_FFMPEG
|
|
|
|
|
libavcodec_plugin_la_SOURCES += \
|
|
|
|
|
../../demux/avformat/demux.c \
|
|
|
|
|
../../access/avio.c
|
|
|
|
|
if ENABLE_SOUT
|
|
|
|
|
libavcodec_plugin_la_SOURCES += \
|
|
|
|
|
../../demux/avformat/mux.c
|
|
|
|
|
endif
|
|
|
|
|
libavcodec_plugin_la_CFLAGS += -DMERGE_FFMPEG
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
libvlc_LTLIBRARIES += \
|
|
|
|
|
$(LTLIBavcodec)
|
|
|
|
|
|
|
|
|
|
EXTRA_LTLIBRARIES += \
|
|
|
|
|
libavcodec_plugin.la
|
|
|
|
|
|
|
|
|
|
# FIXME SOURCES_ffmpegaltivec = \
|
|
|
|
|
# FIXME ffmpeg.c \
|
|
|
|
|
# FIXME ffmpeg.h \
|
|
|
|
|
# FIXME video.c \
|
|
|
|
|
# FIXME audio.c \
|
|
|
|
|
# FIXME video_filter.c \
|
|
|
|
|
# FIXME deinterlace.c \
|
|
|
|
|
# FIXME chroma.c \
|
|
|
|
|
# FIXME encoder.c \
|
|
|
|
|
# FIXME postprocess.c \
|
|
|
|
|
# FIXME demux.c \
|
|
|
|
|
# FIXME mux.c \
|
|
|
|
|
# FIXME scale.c \
|
|
|
|
|
# FIXME $(NULL)
|
|
|
|
|
|