mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
1109680434
This reverts commit a6213f3dce
.
11 lines
143 B
Makefile
11 lines
143 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include $(SUBDIR)../subdir.mak
|