mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, chd support
This commit is contained in:
parent
37631374df
commit
4bb0b70ec8
9 changed files with 57 additions and 28 deletions
9
configure
vendored
9
configure
vendored
|
@ -372,9 +372,10 @@ if check_libavcodec; then
|
|||
esac
|
||||
fi
|
||||
|
||||
if check_libchdr; then
|
||||
have_libchdr="yes"
|
||||
fi
|
||||
#if check_libchdr; then
|
||||
# have_libchdr="yes"
|
||||
# MAIN_LDLIBS="-lchdr $MAIN_LDLIBS"
|
||||
#fi
|
||||
|
||||
# find what audio support we can compile
|
||||
if [ "x$sound_drivers" = "x" ]; then
|
||||
|
@ -426,7 +427,7 @@ echo "C compiler flags $CFLAGS"
|
|||
echo "libraries $MAIN_LDLIBS"
|
||||
echo "linker flags $LDFLAGS"
|
||||
echo "libavcodec (mp3) $have_libavcodec"
|
||||
echo "libchdr $have_libchdr"
|
||||
#echo "libchdr $have_libchdr"
|
||||
# echo "ARMv7 optimizations $have_armv7"
|
||||
|
||||
echo "# Automatically generated by configure" > $config_mak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue