mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-07 20:13:16 +00:00
Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 lines
171 B
Makefile
15 lines
171 B
Makefile
|
|
include ../config.mak
|
|
|
|
FFLIBS = avutil
|
|
|
|
NAME=postproc
|
|
LIBVERSION=$(SPPVERSION)
|
|
LIBMAJOR=$(SPPMAJOR)
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include ../common.mak
|