mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
0e32c8c65a
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
13 lines
125 B
Makefile
13 lines
125 B
Makefile
|
|
include ../config.mak
|
|
|
|
FFLIBS = avutil
|
|
|
|
NAME=postproc
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include ../common.mak
|