Projects
Multimedia
ffmpeg2theora
ffmpeg2theora-fix-include-path.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ffmpeg2theora-fix-include-path.patch of Package ffmpeg2theora (Revision 6)
Currently displaying revision
6
,
Show latest
diff -ur ffmpeg2theora-0.27.orig/src/ffmpeg2theora.c ffmpeg2theora-0.27/src/ffmpeg2theora.c --- ffmpeg2theora-0.27.orig/src/ffmpeg2theora.c 2010-06-17 17:06:37.000000000 +0200 +++ ffmpeg2theora-0.27/src/ffmpeg2theora.c 2010-06-19 01:36:29.431242298 +0200 @@ -25,17 +25,17 @@ #include <math.h> #include <errno.h> -#include "libavformat/avformat.h" -#include "libavdevice/avdevice.h" +#include <libavformat/avformat.h> +#include <libavdevice/avdevice.h> #ifdef HAVE_FRAMEHOOK -#include "libavformat/framehook.h" +#include <libavformat/framehook.h> #endif -#include "libswscale/swscale.h" -#include "libpostproc/postprocess.h" +#include <libswscale/swscale.h> +#include <libpostproc/postprocess.h> -#include "theora/theoraenc.h" -#include "vorbis/codec.h" -#include "vorbis/vorbisenc.h" +#include <theora/theoraenc.h> +#include <vorbis/codec.h> +#include <vorbis/vorbisenc.h> #ifdef WIN32 #include "fcntl.h"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.