[FFmpeg-devel] [PATCH] Re-add OS/2 support
Diego Biurrun
diego
Mon Oct 22 17:58:43 CEST 2007
On Tue, Oct 09, 2007 at 08:03:29PM -0700, Dave Yeo wrote:
> Update patch enclosed including some redundant stuff from other patch I
> posted.
>
> --- configure (revision 10700)
> +++ configure (working copy)
> @@ -1210,6 +1212,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) $(LIB) -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 should be FULLNAME, LIB should be LIBNAME.
Diego
More information about the ffmpeg-devel
mailing list