Fix for building vlc git master with gcc 4.4/4.5

*nix specific usage questions
katiem
Blank Cone
Blank Cone
Posts: 18
Joined: 12 Apr 2013 14:31

Fix for building vlc git master with gcc 4.4/4.5

Postby katiem » 15 Apr 2013 13:12

In /vlc/modules/video_filter/deinterlace/algo_x.c

Find the lines (around line 500 or so):

#ifdef CAN_COMPILE_MMXEXT
VLC_MMX
static inline void XDeintBand8x8MMXEXT( uint8_t *dst, int i_dst,
uint8_t *src, int i_src,
const int i_mbx, int i_modx )

and remove the line 'VLC_MMX'

Vlc now builds, and as far as I can tell seems to work fine...

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Fix for building vlc git master with gcc 4.4/4.5

Postby Rémi Denis-Courmont » 15 Apr 2013 17:36

And the compiler will generate invalid byte code! Bad idea.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 13 guests