All pastes #3101404 Raw Edit

Unnamed

public unlisted text v1 · immutable
#3101404 ·published 2015-08-12 21:10 UTC
rendered paste body
FFMPEG_LIBS=/home/tom/ffmpeg_build/lib/
FFMPEG_INCLUDES=/home/tom/ffmpeg_build/include/
LIBS=-L$(FFMPEG_LIBS) -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lfdk-aac -lpostproc -lswresample -lvpx
INCLUDES=-I$(FFMPEG_INCLUDES)

all:
	gcc -o tutorial tutorial.c $(INCLUDES) $(LIBS)