Skip to content
Snippets Groups Projects
Commit 8fce34c9 authored by Julian Rother's avatar Julian Rother
Browse files

Added simplistic makefile

parent 657eaf61
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
CFLAGS = -I /usr/include/libxml2
LDFLAGS= -lcurl -lavcodec -lavformat -lavfilter -lswscale -lavutil -lxml2
all: probe remux thumbnail transcode
probe: probe.c *.h util/*.c
remux: remux.c *.h util/*.c
thumbnail: thumbnail.c *.h util/*.c
transcode: transcode.c *.h util/*.c
clean:
rm -f probe remux thumbnail transcode
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment