Skip to content
Snippets Groups Projects
Commit 7494bd71 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

ffmpeg: add rules for WaterMark

Change-Id: Ia60088452afa6bd2b83f394389b1a4649fd64d8e
parent 0108c76c
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ endif
DEPS_ffmpeg = iconv zlib vpx opus speex x264
ifdef BUILD_PLUGINS
DEPS_ffmpeg += freetype
endif
FFMPEGCONF = \
--cc="$(CC)" \
--pkg-config="$(PKG_CONFIG)"
......@@ -185,6 +189,18 @@ FFMPEGCONF += \
--enable-filter=transpose \
--enable-filter=pad
ifdef BUILD_PLUGINS
FFMPEGCONF += \
--enable-filter=split \
--enable-filter=drawbox \
--enable-filter=drawtext \
--enable-libfreetype \
--enable-filter=rotate \
--enable-filter=loop \
--enable-filter=setpts \
--enable-filter=movie
endif
#platform specific options
ifdef HAVE_WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment