5671fc14f6
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
|