summaryrefslogtreecommitdiffstats
path: root/libmad/README
blob: b2c42ad63f78e061da476fa344366987a6ce0429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
==== Packages ====

yum install automake autoconf libtool make mingw32-gcc mingw32-libid3tag mingw64-gcc mingw64-libid3tag
yum install --enablerepo=rpmfusion-free-updates-testing mingw32-libmad mingw64-libmad
yum install madplay

# or 32-bit testing - install 32-bit native madplay manually
#yum install libid3tag.i686
#rpm -ivh ...

==== Info ====

Output of the decoder is different on 32-bit and 64-bit architecture ==> use libmad.sh or libmad32.sh according to architecture. Then only MinGW or MinGW64 build will be tested. You can also test MinGW32 version on 64-bit system when you install 32-bit madplay package manually.


==== Steps ====

0) Environment has been set up and make has been called (see init.sh in the project root).

1) Copy or link the mp3 file for using in tests locally, named as 1.mp3.

2) build madplay using MinGW
  make

3) launch tests

  ./libmad.sh
  #./libmad32.sh