SDL-1.1.7 and smpeg

I use gtv from smpeg package to play mpeg movies. After installing SDL-1.1.7

  • some movies (that created with mp1e) hang gtv (after about 1s of playing).
    I remember, that I had problems with 1.1.6 - without asm it work OK, with
    asm - it work only in “double”, standard mpeg play gives segfault.

Jacek Pop?awski a ?crit :

I use gtv from smpeg package to play mpeg movies. After installing
SDL-1.1.7 - some movies (that created with mp1e) hang gtv (after
about 1s of playing). I remember, that I had problems with 1.1.6 -
without asm it work OK, with asm - it work only in “double”,
standard mpeg play gives segfault.

I confirm that smpeg is still not working with new versions of SDL.–
Marc Lavall?e

you have to compile SDL with:

./configure --enable-nasm=no

it helps with 1.1.6On Fri, Jan 12, 2001 at 09:43:28AM -0500, Marc Lavall?e wrote:

I confirm that smpeg is still not working with new versions of SDL.


She never breaks into the conversation He seems to be the reason why she lives
She tries to be the perfect kind of stranger
But we always seem to love the most
The ones who never give “Between Two Hearts” - Ronnie James Dio

you have to compile SDL with:

./configure --enable-nasm=no

it helps with 1.1.6

I doesn’t help on my system.

Marc