mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
|