Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
ffworker
Commits
d64fd2da
Commit
d64fd2da
authored
Nov 27, 2017
by
Julian Rother
Browse files
Renamed probe worker to extract-xmp
parent
fcfdcfbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d64fd2da
TARGETS
=
extract-xmp remux thumbnail transcode
CFLAGS
=
-I
/usr/include/libxml2
LDFLAGS
=
-lcurl
-lavcodec
-lavformat
-lavfilter
-lswscale
-lavutil
-lxml2
all
:
probe remux thumbnail transcode
all
:
${TARGETS}
probe
:
probe
.c *.h util/*.c
extract-xmp
:
extract-xmp
.c *.h util/*.c
remux
:
remux.c *.h util/*.c
...
...
@@ -13,4 +14,4 @@ thumbnail: thumbnail.c *.h util/*.c
transcode
:
transcode.c *.h util/*.c
clean
:
rm
-f
probe remux thumbnail transcode
rm
-f
${TARGETS}
probe
.c
→
extract-xmp
.c
View file @
d64fd2da
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment