mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Major improvements to the video processor core.
Supports multiple capture and output modes with deinterlacing New dummy mode for testing the core even without a capture device Ability to display frametimes alternate_hack mode allows capture cards without alternate capture mode to capture progressive or interlaced inputs at 16ms rather than 33ms
This commit is contained in:
parent
b166ba7810
commit
4c67888671
@ -109,7 +109,7 @@ else
|
|||||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDFLAGS += $(LIBV4L2) $(LIBASOUND) $(LIBUDEV)
|
LDFLAGS += $(LIBV4L2) $(LIBASOUND) $(LIBUDEV) -lm
|
||||||
|
|
||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
CFLAGS += -O0 -g
|
CFLAGS += -O0 -g
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user