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

(-)ffmpeg2theora-9999-1/ffmpeg2theora.c (-4 / +4 lines)
Lines 27-36 Link Here
27
#include <math.h>
27
#include <math.h>
28
#include <errno.h>
28
#include <errno.h>
29
29
30
#include "libavformat/avformat.h"
30
#include "avformat.h"
31
#include "libavdevice/avdevice.h"
31
#include "avdevice.h"
32
#include "libswscale/swscale.h"
32
#include "swscale.h"
33
#include "libpostproc/postprocess.h"
33
#include "postprocess.h"
34
34
35
#include "theora/theora.h"
35
#include "theora/theora.h"
36
#include "vorbis/codec.h"
36
#include "vorbis/codec.h"

Return to bug 214740