Commit 0261902d authored by Michael Niedermayer's avatar Michael Niedermayer

doc/examples/Makefile: split lines up to make diffs that change them clearer

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 75e0324e
# use pkg-config for getting CFLAGS abd LDFLAGS
FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
FFMPEG_LIBS= libavdevice \
libavformat \
libavfilter \
libavcodec \
libswscale \
libavutil \
CFLAGS+=-Wall $(shell pkg-config --cflags $(FFMPEG_LIBS))
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
EXAMPLES=decoding_encoding filtering_video filtering_audio metadata muxing
EXAMPLES= decoding_encoding \
filtering_video \
filtering_audio \
metadata \
muxing \
OBJS=$(addsuffix .o,$(EXAMPLES))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment