mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
vwebp_sdl: fix the makefile.unix
The FLAGS_LIBS was dropped at some point. There is still an SDL_Main / main problem though, but it's a separate topic. Change-Id: Ief4d79624e94e7904134df8d84a4ac7c77c48ce7
This commit is contained in:
parent
699b04161a
commit
39cf6f4f36
@ -428,7 +428,7 @@ extras/vwebp_sdl: extras/webp_to_sdl.o
|
||||
extras/vwebp_sdl: imageio/libimageio_util.a
|
||||
extras/vwebp_sdl: src/libwebp.a
|
||||
extras/vwebp_sdl: EXTRA_FLAGS += -DWEBP_HAVE_SDL
|
||||
extras/vwebp_sdl: -lSDL
|
||||
extras/vwebp_sdl: EXTRA_LIBS += -lSDL
|
||||
|
||||
$(OUT_EXAMPLES) $(EXTRA_EXAMPLES) $(OTHER_EXAMPLES):
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user