diff options
Diffstat (limited to 'psxdev')
-rw-r--r-- | psxdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psxdev/Makefile b/psxdev/Makefile index bca0c5a..3a62c72 100644 --- a/psxdev/Makefile +++ b/psxdev/Makefile @@ -4,7 +4,7 @@ OBJECTS = xadecode.o bs.o idctfst.o jfdctint.o vlc.o TARGETS = psxdev.a CC=gcc -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I../includes +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I../includes `baltisot-config --cflags` # -Werror # -pedantic-errors |