openbsd-ports/devel/smpeg/patches/patch-Makefile_in
pvalchev 87d0f96551 Update to smpeg-0.4.4
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
2001-06-28 00:56:57 +00:00

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