hook AVIStreamGetFrameOpen
This commit is contained in:
parent
7025517c2f
commit
d83e9e4401
8 changed files with 52 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ TARGET ?= ddraw.dll
|
|||
|
||||
LDFLAGS ?= -Wl,--enable-stdcall-fixup -s -static -shared
|
||||
CFLAGS ?= -Iinc -O2 -Wall -std=c99
|
||||
LIBS = -lgdi32 -lwinmm -lole32 -lmsimg32
|
||||
LIBS = -lgdi32 -lwinmm -lole32 -lmsimg32 -lavifil32
|
||||
|
||||
COMMIT := $(shell git describe --match=NeVeRmAtCh --always --dirty || echo UNKNOWN)
|
||||
BRANCH := $(shell git rev-parse --abbrev-ref HEAD || echo UNKNOWN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue