OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../vdr/dxr3-0.2.2-ffmpeg.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- dxr3-0.2.2/Makefile.orig 2004-01-04 18:32:10.000000000 +0100
  17. +++ dxr3-0.2.2/Makefile 2005-04-07 13:28:49.000000000 +0200
  18. @@ -42,8 +42,8 @@
  19. ### Includes and Defines (add further entries here):
  20. -INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I$(FFMDIR)
  21. -LIBS = -L$(FFMDIR)/libavcodec -lavcodec
  22. +INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I/usr/include/ffmpeg
  23. +LIBS = -lavcodec
  24. DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
  25. DEFINES += -DSOCKET_CHMOD=0660
  26. DEFINES += -D_GNU_SOURCE
  27. --- dxr3-0.2.2/dxr3audiodecoder.h.orig 2005-04-07 13:51:42.000000000 +0200
  28. +++ dxr3-0.2.2/dxr3audiodecoder.h 2005-04-07 13:51:58.000000000 +0200
  29. @@ -10,7 +10,7 @@
  30. #define __DXR3AUDIODECODER_H
  31. extern "C" {
  32. -#include "libavcodec/avcodec.h"
  33. +#include "ffmpeg/avcodec.h"
  34. };
  35. #include <stdlib.h>