diff options
Diffstat (limited to 'plugins/dfxvideo/Makefile')
-rw-r--r-- | plugins/dfxvideo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index 250cc49..580e735 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -1,7 +1,6 @@ CFLAGS += -Wall -ggdb -O2 CFLAGS += -fno-strict-aliasing -ffast-math -# ugh -CFLAGS += -I../../libpcsxcore +CFLAGS += -I../../include include ../../config.mak |