Skip to content

Commit

Permalink
ffmpeg: add rules for WaterMark
Browse files Browse the repository at this point in the history
Change-Id: Ia60088452afa6bd2b83f394389b1a4649fd64d8e
  • Loading branch information
katekm committed Dec 6, 2023
1 parent 0108c76 commit 7494bd7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions contrib/src/ffmpeg/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7494bd7

Please sign in to comment.