ffmpeg/libpostproc/Makefile
Clément Bœsch 3f17751eeb Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'
* commit '11a9320de54759340531177c9f2b1e31e6112cc2':
  build: Move build-system-related helper files to a separate subdirectory

"ffbuild" directory name is used instead of "avbuild".

Merged-by: Clément Bœsch <u@pkh.me>
2017-05-03 16:49:12 +02:00

13 lines
232 B
Makefile

include $(SUBDIR)../ffbuild/config.mak
NAME = postproc
FFLIBS = avutil
HEADERS = postprocess.h \
version.h \
OBJS = postprocess.o
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o