87d0f96551
Fix socklen_t check in acinclude.m4 to work for OpenBSD (at least) Changelog: * Fixed some hangs that occured when seeking in MPEG files * Reworked the looping code - it should work better now * Fixed memory leak when sound was disabled * Widened initial search for audio streams in MPEG files * plaympeg now shows the name of the MPEG file in the caption * Added a check for the socklen_t type (was broken -pval) * Fixed crash with incorrectly encoded macroblock sequences * Fixed a crash when the MPEG file can't be opened * Fixed crash in gtv when seeking without a file loaded
13 lines
655 B
Plaintext
13 lines
655 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2001/06/28 00:56:58 pvalchev Exp $
|
|
--- Makefile.in.orig Wed Jun 27 17:23:04 2001
|
|
+++ Makefile.in Wed Jun 27 17:23:17 2001
|
|
@@ -105,7 +105,7 @@ libsmpegincludedir = $(includedir)/smpeg
|
|
libsmpeginclude_HEADERS = MPEG.h MPEGaction.h MPEGaudio.h MPEGerror.h MPEGfilter.h MPEGring.h MPEGlist.h MPEGstream.h MPEGsystem.h MPEGvideo.h smpeg.h
|
|
|
|
|
|
-libsmpeg_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
+libsmpeg_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
|
|
libsmpeg_la_LIBADD = audio/libaudio.la video/libvideo.la
|