2013年02月01日 RFC2046 Content-Type: Message/Partial; ... [長年日記]
_ how to handle "Content-Type: Message/Partial; ..." mail with Mew
- "*" to mark.
- "J" to join.
That's all :)
2013年02月03日 time.h in ffmpeg-1.x causes some trouble :( [長年日記]
_ time.h in ffmpeg-1.x causes some trouble :(
I installed ffmpeg-1.1.1 in Slackware-14.0. But when I build some application with this, I get failure. Because ffmpeg-1.1.1 has own time.h as /usr/local/include/libavutil/time.h. In some condition, when I need /usr/include/time.h, but /usr/local/include/libavutil/time.h is searched first instead of /usr/include/time.h. In this case, I have to adjust search path for header files in Makefile(etc).
2013年02月18日 ffmpeg-1.1.2 released [長年日記]
_ ffmpeg-1.1.2 released
I have done upgrade ffmpeg-1.1.1 to 1.1.2 :)
my config
./configure --enable-shared \ --enable-libopencore-amrnb --enable-version3 \ --enable-libopencore-amrwb \ --enable-libmp3lame \ --enable-libfaac --enable-nonfree \ --enable-libx264 --enable-gpl