mirror of
https://github.com/openharmony/third_party_ffmpeg.git
synced 2026-08-24 13:03:14 -04:00
53f78f9829
Signed-off-by: zzm_gitcode <harbin_zzm@163.com>
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
|