ffmpeg 0.5 and xine-lib 1.1.16.3

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#21 Post by technosaurus »

did you compile against libgsm? It's pretty small and also a useful lossy speech codec similar to speex. It took forever to figure out how to compile a decent shared library though... I am posting a small pet in case someone needs it

EDIT: need to chmod the /usr/lib/libgsm.so...
Attachments
libgsm_DEV-1.0.13-i486.pet
(17.32 KiB) Downloaded 369 times
libgsm-1.0.13-i486.pet
(12.67 KiB) Downloaded 443 times
Last edited by technosaurus on Thu 01 Oct 2009, 05:53, edited 2 times in total.
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#22 Post by disciple »

figure out how to
Perhaps you could enlighten us... or at least document it so you don't forget it yourself :)
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#23 Post by technosaurus »

AFTER
# The basic API: libgsm

ADDED
dotso:
$(LD) $(CFLAGS) $(LFLAGS) -o lib/libgsm.so.1.0.13 -shared -Xlinker -soname -Xlinker libgsm.so.1 $(GSM_SOURCES) -lc
ln -fs libgsm.so.1.0.13 lib/libgsm.so.1
ln -fs libgsm.so.1.0.13 lib/libgsm.so

THEN
make dotso

the files will be in ./lib - I just manually copied them at that point because I was too sick of editing the Makefile to futs with the install part ... CRAP forgot to chmod the .so grrr I'll repack it tomorrow

P.S. I used GSM_SOURCES instead of OBJECTS so the -combine CFLAG would shrink the library
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply