mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-24 13:42:55 +01:00
makefile.unix: provide examples/webpmux target
this target is experimental so must be explicitly set missing since: e41a759 build: remove libwebpmux from default targets/config Change-Id: I128d9e6a06ba3e7102ae3175dc3db52c6f4b1439
This commit is contained in:
parent
641e28e8dc
commit
7415ae1386
@ -195,7 +195,7 @@ examples/vwebp: examples/libexample_util.a src/mux/libwebpmux.a src/libwebp.a
|
|||||||
examples/vwebp: EXTRA_LIBS += $(GL_LIBS)
|
examples/vwebp: EXTRA_LIBS += $(GL_LIBS)
|
||||||
examples/webpmux: examples/libexample_util.a src/mux/libwebpmux.a src/libwebp.a
|
examples/webpmux: examples/libexample_util.a src/mux/libwebpmux.a src/libwebp.a
|
||||||
|
|
||||||
$(OUT_EXAMPLES) examples/vwebp:
|
$(OUT_EXAMPLES) examples/vwebp examples/webpmux:
|
||||||
$(CC) -o $@ $^ $(LDFLAGS)
|
$(CC) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
dist: DESTDIR := dist
|
dist: DESTDIR := dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user