mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-14 07:19:25 +00:00
14 lines
308 B
Makefile
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
|