|
Lines 13-19
Link Here
|
| 13 |
|
13 |
|
| 14 |
xmms-mpegplus-$(VERSION).so: In_mpp.c bitstream.c huff_new.c huff_old.c \ |
14 |
xmms-mpegplus-$(VERSION).so: In_mpp.c bitstream.c huff_new.c huff_old.c \ |
| 15 |
requant.c resort.c synth_filter.c mpp_dec.c Makefile |
15 |
requant.c resort.c synth_filter.c mpp_dec.c Makefile |
| 16 |
gcc -DVERSION=\"$(VERSION)\" -Wall -pedantic -shared `xmms-config --cflags --libs` \ |
16 |
gcc -fPIC -DPIC -DVERSION=\"$(VERSION)\" -Wall -pedantic -shared `xmms-config --cflags --libs` \ |
| 17 |
`gtk-config --cflags --libs` -o xmms-mpegplus-`echo $(VERSION)`.so \ |
17 |
`gtk-config --cflags --libs` -o xmms-mpegplus-`echo $(VERSION)`.so \ |
| 18 |
In_mpp.c bitstream.c huff_new.c huff_old.c requant.c resort.c \ |
18 |
In_mpp.c bitstream.c huff_new.c huff_old.c requant.c resort.c \ |
| 19 |
synth_filter.c mpp_dec.c |
19 |
synth_filter.c mpp_dec.c |