Skip to content

Commit bd141b5

Browse files
committed
libs: Use updated libmpg123 libogg libxmp from psp packages
1 parent f1f31f1 commit bd141b5

6 files changed

Lines changed: 4 additions & 2497 deletions

File tree

app/source/audio/ogg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include <pspiofilemgr.h>
2+
#include <vorbis/codec.h>
3+
#include <vorbis/vorbisfile.h>
24

35
#include "audio.h"
46
#include "utils.h"
5-
#include "vorbis/codec.h"
6-
#include "vorbis/vorbisfile.h"
77

88
namespace OGG {
99
static OggVorbis_File ogg;

app/source/audio/xm.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#include <xmp.h>
2+
13
#include "audio.h"
2-
#include "xmp.h"
34

45
namespace XM {
56
static xmp_context xmp;

libs/include/fmt123.h

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)