1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 01:39:58 +02:00
ffmpeg/libpostproc/Makefile
Timo Rothenpieler b77fff47d0 configure: always enable gnu_windres if available
Use the appropiate Makefile variable to ensure the resource file is
only built into shared libraries instead.
2022-08-13 14:42:36 +02:00

14 lines
308 B
Makefile

NAME = postproc
DESC = FFmpeg postprocessing library
FFLIBS = avutil
HEADERS = postprocess.h \
version.h \
version_major.h \
OBJS = postprocess.o \
version.o \
# Windows resource file
SHLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o