ffmpeg windows –enable-memalign-hack

I don’t think windows needs this anymore -*ever* (now it uses always av_alloc which is already aligned…I guess…yeah) libraries you separately compile might though…or other programs, etc.-

 

update: guess you don’t have to specify it to configure, but it is possibly still needed: https://lists.ffmpeg.org/pipermail/ffmpeg-cvslog/2011-July/039235.html

mplayer mingw woe

vidix/mga_vid.o:mga_vid.c:(.text+0xdda): undefined reference to `__chkstk_ms'
vidix/mga_crtc2_vid.o:mga_crtc2_vid.c:(.text+0x10ea): undefined reference to `__chkstk_ms'

meant "do a make clean then make again, you're using a different gcc which must be different somehow"

wordpress compromised/hacked

keep getting it so that google reports this blog as “buy difoclenac without prescription”

 

Here’s how to test if yours is infected (wordpress, as lteast):

wget -U "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.htm" yourblog.com
or
curl -A "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.htm" yourblog.com
and search for title.
Example:

$ curl -A "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.htm" betterlogic.com/roger/ | grep title | head
 % Total % Received % Xferd Average Speed Time Time Time Current
 Dload Upload Total Spent Left Speed
 10 30135 10 3258 0 0 4176 0 0:00:07 --:--:-- 0:00:07 4641 <title>Buy Diclofenac Without Prescription</title>
 <link rel='archives' title='July 2012' href='http://betterlogic.com/roger/2012/07/' />
 <link rel='archives' title='June 2012' href='http://betterlogic.com/roger/2012/06/' />
 <link rel='archives' title='May 2012' href='http://betterlogic.com/roger/2012/05/' />
 <link rel='archives' title='April 2012' href='http://betterlogic.com/roger/2012/04/' />
 <link rel='archives' title='March 2012' href='http://betterlogic.com/roger/2012/03/' />
 <link rel='archives' title='February 2012' href='http://betterlogic.com/roger/2012/02/' />
 <link rel='archives' title='January 2012' href='http://betterlogic.com/roger/2012/01/' />
 <link rel='archives' title='December 2011' href='http://betterlogic.com/roger/2011/12/' />
 <link rel='archives' title='November 2011' href='http://betterlogic.com/roger/2011/11/' />
100 30135 100 30135 0 0 32719 0 --:--:-- --:--:-- --:--:-- 35747
Temporary fix is to reinstall wordpress.
Not sure how the compromise occurred.

Buy Diclofenac Without Prescription

or

Buy Diovan Without Prescription

were symptoms.  Man this sucks it just keeps coming back…

undefined reference to `faacEncOpen’

libmpcodecs/ae_faac.o:ae_faac.c:(.text+0x8e): undefined reference to `faacEncOpen'
libmpcodecs/ae_faac.o:ae_faac.c:(.text+0xd6): undefined reference to `faacEncGetCurrentConfiguration'
libmpcodecs/ae_faac.o:ae_faac.c:(.text+0x1ab): undefined reference to `faacEncSetConfiguration'
libmpcodecs/ae_faac.o:ae_faac.c:(.text+0x2d2): undefined reference to `faacEncGetDecoderSpecificInfo'
libmpcodecs/ae_faac.o:ae_faac.c:(.text+0x39b): undefined reference to `faacEncEncode'

for me meant 
meant "you need this patch, for it to use the dynamic library instead"

http://oss.netfarm.it/mplayer/patches/xx_faac_dynload.diff

it “might” mean you need -lfaac in your configure

mplayer woe

g:/downloads/mingw/include/stdlib.h:137: warning: redundant redeclaration of '_errno'
g:/downloads/mingw/include/errno.h:91: warning: previous declaration of '_errno' was here
libavcodec/libx264.c: In function 'convert_pix_fmt':
libavcodec/libx264.c:258: error: 'X264_CSP_I422' undeclared (first use in this function)
libavcodec/libx264.c:258: error: (Each undeclared identifier is reported only once
libavcodec/libx264.c:258: error: for each function it appears in.)
libavcodec/libx264.c: In function 'X264_init':
libavcodec/libx264.c:317: warning: 'crf' is deprecated (declared at libavcodec/avcodec.h:2464)

I think this meant "your ffmpeg is too new, compared to your libx264, you need to update your libx264, or disable it"

ruby open-uri woe

RuntimeError: redirection forbidden: https://sourceforge.net/projects/mplayer-edl/files/mplayer.exe -> http://sourceforge.net/projects/mplayer-edl/files/mplayer.exe/download

meant “start at http so it can redirect, I guess” (doesn’t like redirecting from https to http)