Author: grzegorz Date: Thu Dec 18 13:48:23 2008 GMT Module: SOURCES Tag: HEAD ---- Log message:
---- Files affected: SOURCES: libdlna-ffmpeg_paths.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/libdlna-ffmpeg_paths.patch diff -u /dev/null SOURCES/libdlna-ffmpeg_paths.patch:1.1 --- /dev/null Thu Dec 18 14:48:24 2008 +++ SOURCES/libdlna-ffmpeg_paths.patch Thu Dec 18 14:48:18 2008 @@ -0,0 +1,65 @@ +diff -urN libdlna-0.2.3.orig/configure libdlna-0.2.3/configure +--- libdlna-0.2.3.orig/configure 2007-11-26 21:47:43.000000000 +0100 ++++ libdlna-0.2.3/configure 2008-12-18 14:00:26.000000000 +0100 +@@ -610,9 +610,9 @@ + fi + + echolog "Checking for libavformat ..." +-check_lib ffmpeg/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" ++check_lib libavformat/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" + echolog "Checking for libavcodec ..." +-check_lib ffmpeg/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" ++check_lib libavcodec/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" + + ################################################# + # version +diff -urN libdlna-0.2.3.orig/src/av_mpeg4_part10.c libdlna-0.2.3/src/av_mpeg4_part10.c +--- libdlna-0.2.3.orig/src/av_mpeg4_part10.c 2007-11-26 21:47:43.000000000 +0100 ++++ libdlna-0.2.3/src/av_mpeg4_part10.c 2008-12-18 13:59:10.000000000 +0100 +@@ -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" +diff -urN libdlna-0.2.3.orig/src/av_mpeg4_part2.c libdlna-0.2.3/src/av_mpeg4_part2.c +--- libdlna-0.2.3.orig/src/av_mpeg4_part2.c 2007-11-26 21:47:43.000000000 +0100 ++++ libdlna-0.2.3/src/av_mpeg4_part2.c 2008-12-18 13:59:10.000000000 +0100 +@@ -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" +diff -urN libdlna-0.2.3.orig/src/containers.c libdlna-0.2.3/src/containers.c +--- libdlna-0.2.3.orig/src/containers.c 2007-11-26 21:47:43.000000000 +0100 ++++ libdlna-0.2.3/src/containers.c 2008-12-18 13:59:10.000000000 +0100 +@@ -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" +diff -urN libdlna-0.2.3.orig/src/profiles.h libdlna-0.2.3/src/profiles.h +--- libdlna-0.2.3.orig/src/profiles.h 2007-11-26 21:47:43.000000000 +0100 ++++ libdlna-0.2.3/src/profiles.h 2008-12-18 13:59:10.000000000 +0100 +@@ -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" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
