diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-19 16:42:22 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-19 16:42:22 +0200 |
commit | 9663ae8a4eb62b27e4e4677c3ac4e45b2314c0d1 (patch) | |
tree | f9a6f6a5fc7ee840afad362a9625d6be716a0fb1 /recipes/ffmpeg/omapfbplay | |
parent | 78d655946f15afb1c08bf30bf70c081b70b97b82 (diff) |
ffmpeg : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/ffmpeg/omapfbplay')
-rw-r--r-- | recipes/ffmpeg/omapfbplay/fbplay-static.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/ffmpeg/omapfbplay/fbplay-static.diff b/recipes/ffmpeg/omapfbplay/fbplay-static.diff deleted file mode 100644 index 021194a5a1..0000000000 --- a/recipes/ffmpeg/omapfbplay/fbplay-static.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- /tmp/Makefile 2008-07-21 22:08:58.000000000 +0200 -+++ git/Makefile 2008-07-21 22:10:08.023198000 +0200 -@@ -5,6 +5,6 @@ - CFLAGS = -O3 -Wall -fomit-frame-pointer -mcpu=cortex-a8 -mfpu=neon \ - -I$(LINUX)/include -I$(FFMPEG) - LDFLAGS = -L$(FFMPEG)/libavcodec -L$(FFMPEG)/libavformat -L$(FFMPEG)/libavutil --LDLIBS = -lavformat -lavcodec -lavutil -lm -lz -lpthread -lrt -+LDLIBS = -lavformat -lavcodec -lavutil -lz -ldl -lbz2 -lfaac -lgsm -lmp3lame -lm -lpthread -lrt - - all: omapfbplay ---- /tmp/omapfbplay.c 2008-11-28 10:28:21.000000000 +0100 -+++ git/omapfbplay.c 2008-11-28 10:28:47.000000000 +0100 -@@ -37,7 +37,7 @@ - #include <semaphore.h> - - #include <linux/fb.h> --#include <mach/omapfb.h> -+#include "omapfb.h" - - #include <libavformat/avformat.h> - #include <libavcodec/avcodec.h> |