mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
71c61f62a3
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
11 lines
143 B
Makefile
11 lines
143 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include $(SUBDIR)../subdir.mak
|