[FFmpeg-devel] [PATCH] Makefile fix for libswscale/Makefile vis
Michael Niedermayer
michaelni
Sun Jun 8 16:31:44 CEST 2008
On Sun, Jun 08, 2008 at 05:23:22PM +0300, Jan Knutar wrote:
> obj files end with .o not .c
> Index: libswscale/Makefile
> ===================================================================
> --- libswscale/Makefile (revision 27031)
> +++ libswscale/Makefile (working copy)
> @@ -9,7 +9,7 @@
> OBJS-$(CONFIG_GPL) += yuv2rgb.o
> OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c
> OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
> -OBJS-$(HAVE_VIS) += yuv2rgb_vis.c
> +OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
but that is not the only .c in there ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080608/4e7d04d4/attachment.pgp>
More information about the ffmpeg-devel
mailing list