Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213725
Collapse All | Expand All

(-)ffmpegthumbnailer-1.2.2-orig/src/libffmpegthumbnailer/jpegwriter.cpp (+1 lines)
Lines 17-22 Link Here
17
#include "jpegwriter.h"
17
#include "jpegwriter.h"
18
#include <stdexcept>
18
#include <stdexcept>
19
#include <assert.h>
19
#include <assert.h>
20
#include <cstring>
20
21
21
using namespace std;
22
using namespace std;
22
23
(-)ffmpegthumbnailer-1.2.2-orig/src/libffmpegthumbnailer/moviedecoder.cpp (+1 lines)
Lines 19-24 Link Here
19
19
20
#include <assert.h>
20
#include <assert.h>
21
#include <iostream>
21
#include <iostream>
22
#include <cstring>
22
23
23
extern "C" {
24
extern "C" {
24
#include <ffmpeg/swscale.h>
25
#include <ffmpeg/swscale.h>
(-)ffmpegthumbnailer-1.2.2-orig/src/main.cpp (+1 lines)
Lines 14-19 Link Here
14
//    along with this program; if not, write to the Free Software
14
//    along with this program; if not, write to the Free Software
15
//    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
//    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
17
#include <cstdlib>
17
#include <iostream>
18
#include <iostream>
18
#include <unistd.h>
19
#include <unistd.h>
19
#include <stdexcept>
20
#include <stdexcept>

Return to bug 213725