mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
Fixed mp3 support not beeng compiled ...
This commit is contained in:
parent
b3050ce324
commit
3c306be290
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -189,7 +189,7 @@ USE_CODEC_VORBIS=0
|
|||
endif
|
||||
|
||||
ifndef USE_CODEC_MP3
|
||||
USE_CODEC_MP3=0
|
||||
USE_CODEC_MP3=1
|
||||
endif
|
||||
|
||||
ifndef USE_MUMBLE
|
||||
|
|
Loading…
Reference in a new issue