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
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
$OpenBSD: patch-Makefile_am,v 1.2 2001/06/28 00:56:58 pvalchev Exp $
|
|
--- Makefile.am.orig Wed Jun 27 17:22:58 2001
|
|
+++ Makefile.am Wed Jun 27 17:23:23 2001
|
|
@@ -33,7 +33,6 @@ libsmpeginclude_HEADERS = \
|
|
smpeg.h
|
|
|
|
libsmpeg_la_LDFLAGS = \
|
|
- -release $(LT_RELEASE) \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
libsmpeg_la_LIBADD = \
|