forked from FFmpeg/FFmpeg
![Clément Bœsch](/assets/img/avatar_default.png)
* 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>
12 lines
232 B
Makefile
12 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
|