mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-11 21:42:44 +02:00
0050adee97
Originally committed as revision 12365 to svn://svn.ffmpeg.org/ffmpeg/trunk
11 lines
125 B
Makefile
11 lines
125 B
Makefile
include ../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include ../common.mak
|