mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #7579 from AdrianoML/master
Major improvements to the video processor core
This commit is contained in:
commit
62eb7822e0
@ -109,7 +109,7 @@ else
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
endif
|
||||
|
||||
LDFLAGS += $(LIBV4L2) $(LIBASOUND) $(LIBUDEV)
|
||||
LDFLAGS += $(LIBV4L2) $(LIBASOUND) $(LIBUDEV) -lm
|
||||
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -O0 -g
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user