[FFmpeg-devel] [PATCH] Re-add OS/2 support
Dave Yeo
daveryeo
Mon Oct 22 19:49:14 CEST 2007
On 10/22/07 09:55 am, Diego Biurrun wrote:
> On Mon, Oct 22, 2007 at 09:46:05AM -0700, Dave Yeo wrote:
>> Sorry. Updated patch attached.
>
> I already commented on this in another mail..
Sorry, on dialup so only check mail once in a while.
>
>> --- configure (revision 10822)
>> +++ configure (working copy)
>> @@ -1212,6 +1214,26 @@
>> + os/2)
>> + SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
>> + SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
>> + SLIB_EXTRA_CMD='cmd /C dllar -o $(SLIBNAME) $(LIBNAME) -d $(SLIBNAME_WITH_MAJOR) -omf -ord $(LDFLAGS) $(EXTRALIBS) $(EXTRAOBJS); cp -f $(SLIBNAME) $(SLIBNAME_WITH_MAJOR)'
>> + SLIB_INSTALL_EXTRA_CMD='install -m 644 $(NAME).lib $(LIBDIR)/$(LIBPREF)$(NAME)_dll.lib; install -m 644 $(NAME).a $(LIBDIR)/$(LIBPREF)$(NAME)_dll.a'
>> + SLIB_UNINSTALL_EXTRA_CMD='rm -f $(LIBDIR)/$(LIBPREF)$(NAME)_dll.lib; rm -f $(LIBDIR)/$(LIBPREF)$(NAME)_dll.a'
>
> NAME needs to be FULLNAME to take BUILDSUF into account.
>
> Diego
Both NAME and FULLNAME work here. Updated patch attached
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.os2.diff
Type: text/x-patch
Size: 1847 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071022/f863be2d/attachment.bin>
More information about the ffmpeg-devel
mailing list