[Ffmpeg-devel] [Ffmpeg-devel-old] Patches for OS/2 compatability
Luca Barbato
lu_zero
Fri Apr 22 13:33:35 CEST 2005
Paul Smedley wrote:
> --- makefile 2005-04-22 20:16:44.000000000 +0930
> +++ makefile 2005-04-22 20:20:48.000000000 +0930
> @@ -96,6 +96,8 @@ $(SLIB): $(OBJS)
> ifeq ($(CONFIG_WIN32),yes)
> $(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS)
> -lib /machine:i386 /def:$(@:.dll=.def)
> +ifeq ($(CONFIG_OS2),yes)
> + $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS) $(LDFLAGS)
> else
> $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS)
> endif
Please edit the configure script and add the required flags to the SHFLAGS.
lu
--
Luca Barbato
Gentoo/linux Developer Gentoo/PPC Operational Manager
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-devel
mailing list