Zionetrix::Git
Repositories
Help
Report an Issue
libdlna-debian-package
Code
Commits
Branches
Tags
Search
Tree:
87df464
Branches
Tags
master
libdlna-debian-package
patches
01src
Initial commit
Benjamin Renard
commited
87df464
at 2012-01-27 18:55:27
01src
Blame
History
Raw
--- src/av_mpeg4_part10.c.orig 2007-11-26 20:47:43.000000000 +0000 +++ src/av_mpeg4_part10.c 2012-01-26 23:47:28.000000000 +0000 @@ -26,7 +26,7 @@ #include <sys/stat.h> #include <fcntl.h> -#include <ffmpeg/avcodec.h> +#include <libavcodec/avcodec.h> #include "dlna_internals.h" #include "profiles.h" --- src/av_mpeg4_part2.c.orig 2007-11-26 20:47:43.000000000 +0000 +++ src/av_mpeg4_part2.c 2012-01-26 23:47:28.000000000 +0000 @@ -26,7 +26,7 @@ #include <sys/stat.h> #include <fcntl.h> -#include <ffmpeg/avcodec.h> +#include <libavcodec/avcodec.h> #include "dlna_internals.h" #include "profiles.h" --- src/containers.c.orig 2007-11-26 20:47:43.000000000 +0000 +++ src/containers.c 2012-01-26 23:47:28.000000000 +0000 @@ -4,7 +4,7 @@ #include <sys/stat.h> #include <fcntl.h> -#include <ffmpeg/avformat.h> +#include <libavformat/avformat.h> #include "containers.h" #include "profiles.h" --- src/profiles.h.orig 2007-11-26 20:47:43.000000000 +0000 +++ src/profiles.h 2012-01-26 23:47:28.000000000 +0000 @@ -22,8 +22,8 @@ #ifndef _PROFILES_H_ #define _PROFILES_H_ -#include <ffmpeg/avcodec.h> -#include <ffmpeg/avformat.h> +#include <libavcodec/avcodec.h> +#include <libavformat/avformat.h> #include "dlna_internals.h" #include "containers.h"