Projects
Multimedia
ffmpeg2theora
ffmpeg2theora.deps.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ffmpeg2theora.deps.patch of Package ffmpeg2theora
--- a/src/avinfo.c +++ b/src/avinfo.c @@ -34,6 +34,7 @@ #include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include <unistd.h> #include <string.h> #include <ctype.h> @@ -42,8 +43,9 @@ #include <errno.h> #include <sys/stat.h> -#include "libavformat/avformat.h" -#include "libavutil/pixdesc.h" +#include <libavcodec/avcodec.h> +#include <libavformat/avformat.h> +#include <libavutil/pixdesc.h> #ifndef WIN32 #if !defined(off64_t) --- a/src/ffmpeg2theora.c +++ b/src/ffmpeg2theora.c @@ -26,18 +26,14 @@ #include <math.h> #include <errno.h> -#include "libavformat/avformat.h" -#include "libavdevice/avdevice.h" -#ifdef HAVE_FRAMEHOOK -#include "libavformat/framehook.h" -#endif -#include "libswscale/swscale.h" -#include "libpostproc/postprocess.h" +#include <libavdevice/avdevice.h> +#include <libavfilter/buffersink.h> +#include <libavfilter/buffersrc.h> +#include <libpostproc/postprocess.h> +#include <libswresample/swresample.h> +#include <libswscale/swscale.h> + -#include "libavutil/opt.h" -#include "libavutil/channel_layout.h" -#include "libavutil/samplefmt.h" -#include "libswresample_compat.h" #include "theora/theoraenc.h" #include "vorbis/codec.h" --- a/src/ffmpeg2theora.h +++ b/src/ffmpeg2theora.h @@ -3,8 +3,8 @@ #include "subtitles.h" #include <libavfilter/avfilter.h> -#include <libavfilter/buffersrc.h> -#include <libavfilter/buffersink.h> +#include <libavformat/avformat.h> +#include <libavutil/avutil.h> typedef struct ff2theora_subtitle{ char *text; --- a/src/subtitles.c +++ b/src/subtitles.c @@ -29,7 +29,6 @@ #include "iconv.h" #endif -#include "libavformat/avformat.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
.