Advertisement
Guest User

Untitled

a guest
Dec 1st, 2012
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.56 KB | None | 0 0
  1. brx@router ~/Documents/android-ffmpeg-master $ git init
  2. Initialized empty Git repository in /home/brx/Documents/android-ffmpeg-master/.git/
  3. brx@router ~/Documents/android-ffmpeg-master $ git submodule init
  4. brx@router ~/Documents/android-ffmpeg-master $ git submodule update
  5. brx@router ~/Documents/android-ffmpeg-master $ NDK_BASE=/home/brx/Documents/android-ndk-r6b ./configure_make_everything.sh
  6. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  7. ~/Documents/android-ffmpeg-master/x264 ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  8. make: *** No rule to make target `clean'. Stop.
  9. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  10. ~/Documents/android-ffmpeg-master/freetype2 ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  11. make: *** No rule to make target `clean'. Stop.
  12. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  13. ~/Documents/android-ffmpeg-master/ffmpeg ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  14. make: *** No rule to make target `clean'. Stop.
  15. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  16. ~/Documents/android-ffmpeg-master/sox ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  17. make: *** No rule to make target `clean'. Stop.
  18. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  19. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  20. ~/Documents/android-ffmpeg-master/x264 ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  21. ./configure_x264.sh: line 7: ./configure: No such file or directory
  22. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  23. ~/Documents/android-ffmpeg-master
  24. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  25. ~/Documents/android-ffmpeg-master/x264 ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  26. make: *** No targets specified and no makefile found. Stop.
  27. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  28. ~/Documents/android-ffmpeg-master
  29. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  30. ~/Documents/android-ffmpeg-master/freetype2 ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  31. ./configure_freetype2.sh: line 7: ./autogen.sh: No such file or directory
  32. ./configure_freetype2.sh: line 10: ./configure: No such file or directory
  33. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  34. ~/Documents/android-ffmpeg-master
  35. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  36. ~/Documents/android-ffmpeg-master/freetype2 ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  37. make: *** No targets specified and no makefile found. Stop.
  38. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  39. ~/Documents/android-ffmpeg-master
  40. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  41. can't find file to patch at input line 7
  42. Perhaps you used the wrong -p or --strip option?
  43. The text leading up to this was:
  44. --------------------------
  45. |cd ~/code/eighthave/ffmpeg
  46. |git diff n0.11.1..redact-0.11.1 > ~/code/guardianproject/android-ffmpeg/redact-plugins.patch
  47. |diff --git a/ffmpeg/libavfilter/Makefile b/ffmpeg/libavfilter/Makefile
  48. |index 29345fc..9812a94 100644
  49. |--- a/ffmpeg/libavfilter/Makefile
  50. |+++ b/ffmpeg/libavfilter/Makefile
  51. --------------------------
  52. File to patch:
  53. Skip this patch? [y]
  54. Skipping patch.
  55. 2 out of 2 hunks ignored
  56. patching file ffmpeg/libavfilter/af_aredact.c
  57. can't find file to patch at input line 441
  58. Perhaps you used the wrong -p or --strip option?
  59. The text leading up to this was:
  60. --------------------------
  61. |diff --git a/ffmpeg/libavfilter/allfilters.c b/ffmpeg/libavfilter/allfilters.c
  62. |index b9d44f2..27c2346 100644
  63. |--- a/ffmpeg/libavfilter/allfilters.c
  64. |+++ b/ffmpeg/libavfilter/allfilters.c
  65. --------------------------
  66. File to patch:
  67. Skip this patch? [y]
  68. Skipping patch.
  69. 2 out of 2 hunks ignored
  70. patching file ffmpeg/libavfilter/vf_redact.c
  71. can't find file to patch at input line 5
  72. Perhaps you used the wrong -p or --strip option?
  73. The text leading up to this was:
  74. --------------------------
  75. |diff --git a/ffmpeg/libavutil/arm/intmath.h b/ffmpeg/libavutil/arm/intmath.h
  76. |index 52af66e..e54458b 100644
  77. |--- a/ffmpeg/libavutil/arm/intmath.h
  78. |+++ b/ffmpeg/libavutil/arm/intmath.h
  79. --------------------------
  80. File to patch:
  81. Skip this patch? [y]
  82. Skipping patch.
  83. 2 out of 2 hunks ignored
  84. can't find file to patch at input line 20
  85. Perhaps you used the wrong -p or --strip option?
  86. The text leading up to this was:
  87. --------------------------
  88. |commit 62634158b7cd39ad1e330a87153a97bf3dc6f8de
  89. |Author: Mans Rullgard <mans@mansr.com>
  90. |Date:   Fri Jun 29 13:35:08 2012 +0100
  91. |
  92. |    ARM: generate position independent code to access data symbols
  93. |    
  94. |    This creates proper position independent code when accessing
  95. |    data symbols if CONFIG_PIC is set.
  96. |    
  97. |    References to external symbols should now use the movrelx macro.
  98. |    Some additional code changes are required since this macro may
  99. |    need a register to hold the GOT pointer.
  100. |    
  101. |    Signed-off-by: Mans Rullgard <mans@mansr.com>
  102. |
  103. |diff --git a/libavcodec/arm/ac3dsp_armv6.S b/libavcodec/arm/ac3dsp_armv6.S
  104. |index 7e2f40e..f6f297a 100644
  105. |--- a/libavcodec/arm/ac3dsp_armv6.S
  106. |+++ b/libavcodec/arm/ac3dsp_armv6.S
  107. --------------------------
  108. File to patch:
  109. Skip this patch? [y]
  110. Skipping patch.
  111. 1 out of 1 hunk ignored
  112. can't find file to patch at input line 35
  113. Perhaps you used the wrong -p or --strip option?
  114. The text leading up to this was:
  115. --------------------------
  116. |diff --git a/libavcodec/arm/fft_fixed_neon.S b/libavcodec/arm/fft_fixed_neon.S
  117. |index 4d891ba..faddc00 100644
  118. |--- a/libavcodec/arm/fft_fixed_neon.S
  119. |+++ b/libavcodec/arm/fft_fixed_neon.S
  120. --------------------------
  121. File to patch:
  122. Skip this patch? [y]
  123. Skipping patch.
  124. 1 out of 1 hunk ignored
  125. can't find file to patch at input line 48
  126. Perhaps you used the wrong -p or --strip option?
  127. The text leading up to this was:
  128. --------------------------
  129. |diff --git a/libavcodec/arm/fft_neon.S b/libavcodec/arm/fft_neon.S
  130. |index aa06e6d..c4d8918 100644
  131. |--- a/libavcodec/arm/fft_neon.S
  132. |+++ b/libavcodec/arm/fft_neon.S
  133. --------------------------
  134. File to patch:
  135. Skip this patch? [y]
  136. Skipping patch.
  137. 2 out of 2 hunks ignored
  138. can't find file to patch at input line 70
  139. Perhaps you used the wrong -p or --strip option?
  140. The text leading up to this was:
  141. --------------------------
  142. |diff --git a/libavcodec/arm/sbrdsp_neon.S b/libavcodec/arm/sbrdsp_neon.S
  143. |index 4b681bf..610397f 100644
  144. |--- a/libavcodec/arm/sbrdsp_neon.S
  145. |+++ b/libavcodec/arm/sbrdsp_neon.S
  146. --------------------------
  147. File to patch:
  148. Skip this patch? [y]
  149. Skipping patch.
  150. 2 out of 2 hunks ignored
  151. can't find file to patch at input line 94
  152. Perhaps you used the wrong -p or --strip option?
  153. The text leading up to this was:
  154. --------------------------
  155. |diff --git a/libavcodec/arm/vp3dsp_neon.S b/libavcodec/arm/vp3dsp_neon.S
  156. |index 8d22d00..2a9b25f 100644
  157. |--- a/libavcodec/arm/vp3dsp_neon.S
  158. |+++ b/libavcodec/arm/vp3dsp_neon.S
  159. --------------------------
  160. File to patch:
  161. Skip this patch? [y]
  162. Skipping patch.
  163. 1 out of 1 hunk ignored
  164. can't find file to patch at input line 109
  165. Perhaps you used the wrong -p or --strip option?
  166. The text leading up to this was:
  167. --------------------------
  168. |diff --git a/libavcodec/arm/vp8_armv6.S b/libavcodec/arm/vp8_armv6.S
  169. |index 1fa6d15..1b668bc 100644
  170. |--- a/libavcodec/arm/vp8_armv6.S
  171. |+++ b/libavcodec/arm/vp8_armv6.S
  172. --------------------------
  173. File to patch:
  174. Skip this patch? [y]
  175. Skipping patch.
  176. 2 out of 2 hunks ignored
  177. can't find file to patch at input line 131
  178. Perhaps you used the wrong -p or --strip option?
  179. The text leading up to this was:
  180. --------------------------
  181. |diff --git a/libavcodec/arm/asm.S b/libavcodec/arm/asm.S
  182. |index 6038a63..1508180 100644
  183. |--- a/libavcodec/arm/asm.S
  184. |+++ b/libavcodec/arm/asm.S
  185. --------------------------
  186. File to patch:
  187. Skip this patch? [y]
  188. Skipping patch.
  189. 3 out of 3 hunks ignored
  190. can't find file to patch at input line 16
  191. Perhaps you used the wrong -p or --strip option?
  192. The text leading up to this was:
  193. --------------------------
  194. |commit 87fa05a0dae629cdad390adaa1054db3f4ecc3c7
  195. |Author: Mans Rullgard <[email protected]>
  196. |Date:   Sat Aug 11 04:08:15 2012 +0100
  197. |
  198. |    ARM: intmath: use native-size return types for clipping functions
  199. |    
  200. |    This avoids having the compiler redundantly mask the values to
  201. |    the smaller size.
  202. |    
  203. |    Signed-off-by: Mans Rullgard <[email protected]>
  204. |
  205. |diff --git a/libavutil/arm/intmath.h b/libavutil/arm/intmath.h
  206. |index d5a343c..88e9c26 100644
  207. |--- a/libavutil/arm/intmath.h
  208. |+++ b/libavutil/arm/intmath.h
  209. --------------------------
  210. File to patch:
  211. Skip this patch? [y]
  212. Skipping patch.
  213. 3 out of 3 hunks ignored
  214. can't find file to patch at input line 5
  215. Perhaps you used the wrong -p or --strip option?
  216. The text leading up to this was:
  217. --------------------------
  218. |diff --git a/configure b/configure
  219. |index 4e1a611..34c6d27 100755
  220. |--- a/configure
  221. |+++ b/configure
  222. --------------------------
  223. File to patch:
  224. Skip this patch? [y]
  225. Skipping patch.
  226. 1 out of 1 hunk ignored
  227. ~/Documents/android-ffmpeg-master/ffmpeg ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  228. ./configure_ffmpeg.sh: line 26: ./configure: No such file or directory
  229. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  230. ~/Documents/android-ffmpeg-master
  231. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  232. ~/Documents/android-ffmpeg-master/ffmpeg ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  233. make: *** No targets specified and no makefile found. Stop.
  234. make: *** No rule to make target `install'. Stop.
  235. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  236. ~/Documents/android-ffmpeg-master
  237. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  238. ~/Documents/android-ffmpeg-master/sox ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  239. autoreconf: `configure.ac' or `configure.in' is required
  240. ./configure_sox.sh: line 23: ./configure: No such file or directory
  241. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  242. ~/Documents/android-ffmpeg-master
  243. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  244. ~/Documents/android-ffmpeg-master/sox ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  245. make: *** No targets specified and no makefile found. Stop.
  246. make: *** No rule to make target `install-strip'. Stop.
  247. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
  248. ~/Documents/android-ffmpeg-master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement