Guest User

Untitled

a guest
Aug 27th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.23 KB | None | 0 0
  1. $ ./configure --prefix=/usr; sudo make -j4; sudo make -j4 install
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... i686-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking how to create a ustar tar archive... gnutar
  11. checking nano version... 1
  12. checking whether to enable maintainer-specific portions of Makefiles... yes
  13. checking whether make supports nested variables... yes
  14. checking how to print strings... printf
  15. checking for style of include used by make... GNU
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking dependency style of gcc... gcc3
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for fgrep... /bin/grep -F
  30. checking for ld used by gcc... /usr/bin/ld
  31. checking if the linker (/usr/bin/ld) is GNU ld... yes
  32. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  33. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  34. checking whether ln -s works... yes
  35. checking the maximum length of command line arguments... 1572864
  36. checking whether the shell understands some XSI constructs... yes
  37. checking whether the shell understands "+="... yes
  38. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  39. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  40. checking for /usr/bin/ld option to reload object files... -r
  41. checking for objdump... objdump
  42. checking how to recognize dependent libraries... pass_all
  43. checking for dlltool... no
  44. checking how to associate runtime and link libraries... printf %s\n
  45. checking for ar... ar
  46. checking for archiver @FILE support... @
  47. checking for strip... strip
  48. checking for ranlib... ranlib
  49. checking command to parse /usr/bin/nm -B output from gcc object... ok
  50. checking for sysroot... no
  51. checking for mt... mt
  52. checking if mt is a manifest tool... no
  53. checking how to run the C preprocessor... gcc -E
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking for dlfcn.h... yes
  65. checking for objdir... .libs
  66. checking if gcc supports -fno-rtti -fno-exceptions... no
  67. checking for gcc option to produce PIC... -fPIC -DPIC
  68. checking if gcc PIC flag -fPIC -DPIC works... yes
  69. checking if gcc static flag -static works... yes
  70. checking if gcc supports -c -o file.o... yes
  71. checking if gcc supports -c -o file.o... (cached) yes
  72. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  73. checking whether -lc should be explicitly linked in... no
  74. checking dynamic linker characteristics... GNU/Linux ld.so
  75. checking how to hardcode library paths into programs... immediate
  76. checking for shl_load... no
  77. checking for shl_load in -ldld... no
  78. checking for dlopen... no
  79. checking for dlopen in -ldl... yes
  80. checking whether a program can dlopen itself... yes
  81. checking whether a statically linked program can dlopen itself... no
  82. checking whether stripping libraries is possible... yes
  83. checking if libtool supports shared libraries... yes
  84. checking whether to build shared libraries... yes
  85. checking whether to build static libraries... no
  86. checking whether NLS is requested... yes
  87. checking for msgfmt... /usr/bin/msgfmt
  88. checking for gmsgfmt... /usr/bin/msgfmt
  89. checking for xgettext... /usr/bin/xgettext
  90. checking for msgmerge... /usr/bin/msgmerge
  91. checking for ld used by GCC... /usr/bin/ld
  92. checking if the linker (/usr/bin/ld) is GNU ld... yes
  93. checking for shared library run path origin... done
  94. checking for CFPreferencesCopyAppValue... no
  95. checking for CFLocaleCopyCurrent... no
  96. checking for GNU gettext in libc... yes
  97. checking whether to use NLS... yes
  98. checking where the gettext function comes from... libc
  99. checking for pkg-config... /usr/bin/pkg-config
  100. checking pkg-config is at least version 0.9.0... yes
  101. checking for VALGRIND... yes
  102. configure: Using extra code paths for valgrind
  103. configure: Using GStreamer Ugly Plug-ins git as package name
  104. configure: Using Unknown package origin as package origin
  105.  
  106. configure: *** checking feature: building of plug-ins with external deps ***
  107. configure: building external plug-ins
  108.  
  109. configure: *** checking feature: building of experimental plug-ins ***
  110. configure: not building experimental plug-ins
  111. checking whether byte ordering is bigendian... no
  112. checking whether byte ordering is bigendian... (cached) no
  113. checking for gcc... (cached) gcc
  114. checking whether we are using the GNU C compiler... (cached) yes
  115. checking whether gcc accepts -g... (cached) yes
  116. checking for gcc option to accept ISO C89... (cached) none needed
  117. checking dependency style of gcc... (cached) gcc3
  118. checking for gcc option to accept ISO C99... -std=gnu99
  119. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  120. checking for g++... g++
  121. checking whether we are using the GNU C++ compiler... yes
  122. checking whether g++ accepts -g... yes
  123. checking dependency style of g++... gcc3
  124. checking how to run the C++ preprocessor... g++ -E
  125. checking for ld used by g++... /usr/bin/ld
  126. checking if the linker (/usr/bin/ld) is GNU ld... yes
  127. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  128. checking for g++ option to produce PIC... -fPIC -DPIC
  129. checking if g++ PIC flag -fPIC -DPIC works... yes
  130. checking if g++ static flag -static works... yes
  131. checking if g++ supports -c -o file.o... yes
  132. checking if g++ supports -c -o file.o... (cached) yes
  133. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  134. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  135. checking how to hardcode library paths into programs... immediate
  136. checking for g++... yes
  137. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  138. checking for valgrind... /usr/bin/valgrind
  139. checking for working do while(0) macros... yes
  140. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  141. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  142. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  143. checking whether to build gtk-doc documentation... no
  144. configure: Looking for Python version >= 2.1
  145. checking for python... /usr/bin/python
  146. checking "/usr/bin/python":... okay
  147. checking local Python configuration... looks good
  148. checking whether to build plugin documentation... no (gtk-doc disabled or not available)
  149. checking for cos in -lm... yes
  150. checking for stdint types... stdint.h (shortcircuit)
  151. make use of stdint.h in _stdint.h (assuming C99 compatible system)
  152. checking malloc.h usability... yes
  153. checking malloc.h presence... yes
  154. checking for malloc.h... yes
  155. checking whether gcc -std=gnu99 implements __PRETTY_FUNCTION__... yes
  156. checking whether gcc -std=gnu99 implements __FUNCTION__... yes
  157. checking whether gcc -std=gnu99 implements __func__... yes
  158. checking for GLIB... yes
  159. checking for GIO... yes
  160. checking for ORC... yes
  161. checking for usable orcc... /usr/bin/orcc
  162. checking for GST... yes
  163. configure: using GStreamer tools in /home/shakaran/gst/master/gstreamer/tools
  164. configure: using GStreamer plug-ins in /home/shakaran/gst/master/gstreamer
  165. checking for GST_BASE... yes
  166. checking for GST_CHECK... yes
  167. checking for GST_PLUGINS_BASE... yes
  168. configure: using GStreamer Base Plugins in /home/shakaran/gst/master/gst-plugins-base
  169. configure: Using /usr/lib/gstreamer-1.0 as the plugin install location
  170. configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2012-06-09T21:50Z
  171. checking to see if compiler understands -Wall... yes
  172. checking to see if compiler understands -Wdeclaration-after-statement... yes
  173. checking to see if compiler understands -Wvla... yes
  174. checking to see if compiler understands -Wpointer-arith... yes
  175. checking to see if compiler understands -Werror... yes
  176. checking to see if compiler understands -Wmissing-declarations... yes
  177. checking to see if compiler understands -Wmissing-prototypes... yes
  178. checking to see if compiler understands -Wredundant-decls... yes
  179. checking to see if compiler understands -Wwrite-strings... yes
  180. checking to see if compiler understands -Wformat-nonliteral... yes
  181. checking to see if compiler understands -Wformat-security... yes
  182. checking to see if compiler understands -Wold-style-definition... yes
  183. checking to see if compiler understands -Winit-self... yes
  184. checking to see if compiler understands -Wmissing-include-dirs... yes
  185. checking to see if compiler understands -Waddress... yes
  186. checking to see if compiler understands -Waggregate-return... yes
  187. checking to see if compiler understands -Wno-multichar... yes
  188. checking to see if compiler understands -Wnested-externs... yes
  189. configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs
  190. configure: set ERROR_CFLAGS to -Werror
  191. checking to see if c++ compiler understands ... yes
  192. checking to see if c++ compiler understands -Wall... yes
  193. checking to see if c++ compiler understands -Werror... yes
  194. checking to see if c++ compiler understands -Wno-non-virtual-dtor... yes
  195. checking to see if c++ compiler understands -Wmissing-declarations... yes
  196. checking to see if c++ compiler understands -Wredundant-decls... yes
  197. checking to see if c++ compiler understands -Wwrite-strings... yes
  198. checking to see if c++ compiler understands -Wformat-nonliteral... yes
  199. checking to see if c++ compiler understands -Wformat-security... yes
  200. checking to see if c++ compiler understands -Winit-self... yes
  201. checking to see if c++ compiler understands -Wmissing-include-dirs... yes
  202. checking to see if c++ compiler understands -Waddress... yes
  203. checking to see if c++ compiler understands -Waggregate-return... yes
  204. checking to see if c++ compiler understands -Wno-multichar... yes
  205. configure: set WARNING_CXXFLAGS to -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar
  206. configure: set ERROR_CXXFLAGS to -Werror -Wno-non-virtual-dtor
  207. configure: Using autoaudiosink as default audio sink
  208. configure: Using alsasrc as default audio source
  209. configure: Using autovideosink as default video sink
  210. configure: Using v4l2src as default video source
  211. configure: Using goom as default visualizer
  212. checking winsock2.h usability... no
  213. checking winsock2.h presence... no
  214. checking for winsock2.h... no
  215.  
  216. configure: Checking libraries for plugins in ext/
  217.  
  218.  
  219. configure: *** checking feature: a52dec ***
  220. configure: *** for plug-ins: a52dec ***
  221. checking for a52_init in -la52... yes
  222. checking a52dec/a52.h usability... yes
  223. checking a52dec/a52.h presence... yes
  224. checking for a52dec/a52.h... yes
  225. configure: *** These plugins will be built: a52dec
  226.  
  227. configure: *** checking feature: amrnb library ***
  228. configure: *** for plug-ins: amrnb ***
  229. checking for AMRNB... yes
  230. configure: *** These plugins will be built: amrnb
  231.  
  232. configure: *** checking feature: amrwb library ***
  233. configure: *** for plug-ins: amrwbdec ***
  234. checking for AMRWB... yes
  235. configure: *** These plugins will be built: amrwbdec
  236.  
  237. configure: *** checking feature: cdio library ***
  238. configure: *** for plug-ins: cdio ***
  239. checking for CDIO... yes
  240. configure: *** These plugins will be built: cdio
  241.  
  242. configure: *** checking feature: dvdread library ***
  243. configure: *** for plug-ins: dvdreadsrc ***
  244. checking for DVDOpen in -ldvdread... yes
  245. checking dvdread/dvd_reader.h usability... yes
  246. checking dvdread/dvd_reader.h presence... yes
  247. checking for dvdread/dvd_reader.h... yes
  248. configure: *** These plugins will be built: dvdreadsrc
  249.  
  250. configure: *** checking feature: lame mp3 encoder library ***
  251. configure: *** for plug-ins: lame ***
  252. checking for lame_init in -lmp3lame... yes
  253. checking lame/lame.h usability... yes
  254. checking lame/lame.h presence... yes
  255. checking for lame/lame.h... yes
  256. configure: *** These plugins will be built: lame
  257.  
  258. configure: *** checking feature: mad mp3 decoder ***
  259. configure: *** for plug-ins: mad ***
  260. checking for MAD... yes
  261. configure: *** These plugins will be built: mad
  262.  
  263. configure: *** checking feature: mpeg2dec ***
  264. configure: *** for plug-ins: mpeg2dec ***
  265. checking for MPEG2DEC... yes
  266. configure: *** These plugins will be built: mpeg2dec
  267.  
  268. configure: *** checking feature: libsidplay ***
  269. configure: *** for plug-ins: sid ***
  270. checking for libsidplay 1.36.x... checking sidplay/player.h usability... yes
  271. checking sidplay/player.h presence... yes
  272. checking for sidplay/player.h... yes
  273. checking whether -lsidplay works... yes
  274. configure: *** These plugins will be built: sid
  275.  
  276. configure: *** checking feature: twolame ***
  277. configure: *** for plug-ins: twolame ***
  278. checking for TWOLAME... yes
  279. configure: *** These plugins will be built: twolame
  280.  
  281. configure: *** checking feature: x264 plug-in ***
  282. configure: *** for plug-ins: x264 ***
  283. checking for X264... yes
  284. configure: *** These plugins will be built: x264
  285. configure: creating ./config.status
  286. config.status: creating Makefile
  287. config.status: creating common/Makefile
  288. config.status: creating common/m4/Makefile
  289. config.status: creating gst-libs/Makefile
  290. config.status: creating gst-libs/gst/Makefile
  291. config.status: creating gst/Makefile
  292. config.status: creating gst/asfdemux/Makefile
  293. config.status: creating gst/dvdlpcmdec/Makefile
  294. config.status: creating gst/dvdsub/Makefile
  295. config.status: creating gst/realmedia/Makefile
  296. config.status: creating gst/synaesthesia/Makefile
  297. config.status: creating gst/xingmux/Makefile
  298. config.status: creating ext/Makefile
  299. config.status: creating ext/a52dec/Makefile
  300. config.status: creating ext/amrnb/Makefile
  301. config.status: creating ext/amrwbdec/Makefile
  302. config.status: creating ext/cdio/Makefile
  303. config.status: creating ext/dvdread/Makefile
  304. config.status: creating ext/lame/Makefile
  305. config.status: creating ext/mad/Makefile
  306. config.status: creating ext/mpeg2dec/Makefile
  307. config.status: creating ext/sidplay/Makefile
  308. config.status: creating ext/twolame/Makefile
  309. config.status: creating ext/x264/Makefile
  310. config.status: creating docs/Makefile
  311. config.status: creating docs/plugins/Makefile
  312. config.status: creating docs/version.entities
  313. config.status: creating tests/Makefile
  314. config.status: creating tests/check/Makefile
  315. config.status: creating m4/Makefile
  316. config.status: creating po/Makefile.in
  317. config.status: creating pkgconfig/Makefile
  318. config.status: creating pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
  319. config.status: creating gst-plugins-ugly.spec
  320. config.status: creating config.h
  321. config.status: executing depfiles commands
  322. config.status: executing libtool commands
  323. config.status: executing po-directories commands
  324. config.status: creating po/POTFILES
  325. config.status: creating po/Makefile
  326. config.status: executing _stdint.h commands
  327. config.status: creating _stdint.h : _GST_PLUGINS_UGLY__STDINT_H
  328. config.status: _stdint.h is unchanged
  329. configure: *** Plug-ins without external dependencies that will be built:
  330. asfdemux
  331. dvdlpcmdec
  332. dvdsub
  333. realmedia
  334. xingmux
  335.  
  336. configure: *** Plug-ins without external dependencies that will NOT be built:
  337. synaesthesia
  338.  
  339. configure: *** Plug-ins that have NOT been ported:
  340.  
  341. configure: *** Plug-ins with dependencies that will be built:
  342. a52dec
  343. amrnb
  344. amrwbdec
  345. cdio
  346. dvdreadsrc
  347. lame
  348. mad
  349. mpeg2dec
  350. sid
  351. twolame
  352. x264
  353.  
  354. configure: *** Plug-ins with dependencies that will NOT be built:
  355.  
  356. configure: *** Orc acceleration enabled.
  357.  
  358. [sudo] password for shakaran:
  359. make all-recursive
  360. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly»
  361. Making all in gst-libs
  362. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  363. Making all in gst
  364. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs/gst»
  365. make[3]: No se hace nada para «all».
  366. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs/gst»
  367. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  368. make[3]: No se hace nada para «all-am».
  369. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  370. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  371. Making all in gst
  372. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  373. make -C asfdemux
  374. make -C dvdlpcmdec
  375. make -C dvdsub
  376. make -C xingmux
  377. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  378. CC libgstxingmux_la-plugin.lo
  379. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  380. CC libgstdvdlpcmdec_la-gstdvdlpcmdec.lo
  381. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  382. CC libgstdvdsub_la-gstdvdsubdec.lo
  383. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  384. CC libgstasf_la-gstasfdemux.lo
  385. CC libgstxingmux_la-gstxingmux.lo
  386. CCLD libgstdvdlpcmdec.la
  387. CC libgstdvdsub_la-gstdvdsubparse.lo
  388. CC libgstasf_la-gstasf.lo
  389. CCLD libgstdvdsub.la
  390. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  391. make -C realmedia
  392. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  393. CC libgstrmdemux_la-rademux.lo
  394. CC libgstasf_la-asfheaders.lo
  395. CCLD libgstxingmux.la
  396. CC libgstasf_la-asfpacket.lo
  397. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  398. CC libgstasf_la-gstrtpasfdepay.lo
  399. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  400. CC libgstrmdemux_la-rmdemux.lo
  401. CC libgstrmdemux_la-rmutils.lo
  402. CC libgstrmdemux_la-rdtdepay.lo
  403. CC libgstasf_la-gstrtspwms.lo
  404. CC libgstrmdemux_la-rdtmanager.lo
  405. CC libgstrmdemux_la-rtspreal.lo
  406. CCLD libgstasf.la
  407. CC libgstrmdemux_la-realhash.lo
  408. CC libgstrmdemux_la-asmrules.lo
  409. CC libgstrmdemux_la-rdtjitterbuffer.lo
  410. CC libgstrmdemux_la-gstrdtbuffer.lo
  411. CC libgstrmdemux_la-pnmsrc.lo
  412. CC libgstrmdemux_la-realmedia.lo
  413. CC asmrules-asmrules.o
  414. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  415. CCLD asmrules
  416. CCLD libgstrmdemux.la
  417. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  418. Making all in asfdemux
  419. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  420. make[3]: No se hace nada para «all».
  421. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  422. Making all in dvdlpcmdec
  423. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  424. make[3]: No se hace nada para «all».
  425. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  426. Making all in dvdsub
  427. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  428. make[3]: No se hace nada para «all».
  429. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  430. Making all in xingmux
  431. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  432. make[3]: No se hace nada para «all».
  433. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  434. Making all in realmedia
  435. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  436. make[3]: No se hace nada para «all».
  437. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  438. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  439. make[3]: No se hace nada para «all-am».
  440. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  441. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  442. Making all in ext
  443. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  444. make -C a52dec
  445. make -C amrnb
  446. make -C amrwbdec
  447. make -C cdio
  448. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  449. CC libgstamrwbdec_la-amrwb.lo
  450. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  451. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  452. CC libgsta52dec_la-gsta52dec.lo
  453. CC libgstcdio_la-gstcdio.lo
  454. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  455. CC libgstamrnb_la-amrnb.lo
  456. CC libgstamrwbdec_la-amrwbdec.lo
  457. CC libgstamrnb_la-amrnbdec.lo
  458. CC libgstcdio_la-gstcdiocddasrc.lo
  459. CCLD libgstamrwbdec.la
  460. CC libgstamrnb_la-amrnbenc.lo
  461. CCLD libgsta52dec.la
  462. CCLD libgstcdio.la
  463. CCLD libgstamrnb.la
  464. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  465. make -C dvdread
  466. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  467. CC libgstdvdread_la-dvdreadsrc.lo
  468. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  469. make -C lame
  470. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  471. CC libgstlame_la-gstlamemp3enc.lo
  472. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  473. make -C mad
  474. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  475. CC libgstmad_la-gstmad.lo
  476. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  477. make -C mpeg2dec
  478. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  479. CC libgstmpeg2dec_la-gstmpeg2dec.lo
  480. CCLD libgstmad.la
  481. CC libgstlame_la-plugin.lo
  482. CCLD libgstlame.la
  483. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  484. make -C sidplay
  485. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  486. CXX libgstsid_la-gstsiddec.lo
  487. CCLD libgstmpeg2dec.la
  488. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  489. make -C twolame
  490. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  491. CC libgsttwolame_la-gsttwolamemp2enc.lo
  492. CCLD libgstdvdread.la
  493. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  494. make -C x264
  495. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  496. CC libgstx264_la-gstx264enc.lo
  497. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  498. CCLD libgsttwolame.la
  499. CXXLD libgstsid.la
  500. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  501. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  502. CCLD libgstx264.la
  503. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  504. Making all in a52dec
  505. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  506. make[3]: No se hace nada para «all».
  507. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  508. Making all in amrnb
  509. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  510. make[3]: No se hace nada para «all».
  511. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  512. Making all in amrwbdec
  513. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  514. make[3]: No se hace nada para «all».
  515. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  516. Making all in cdio
  517. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  518. make[3]: No se hace nada para «all».
  519. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  520. Making all in dvdread
  521. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  522. make[3]: No se hace nada para «all».
  523. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  524. Making all in lame
  525. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  526. make[3]: No se hace nada para «all».
  527. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  528. Making all in mad
  529. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  530. make[3]: No se hace nada para «all».
  531. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  532. Making all in mpeg2dec
  533. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  534. make[3]: No se hace nada para «all».
  535. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  536. Making all in sidplay
  537. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  538. make[3]: No se hace nada para «all».
  539. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  540. Making all in twolame
  541. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  542. make[3]: No se hace nada para «all».
  543. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  544. Making all in x264
  545. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  546. make[3]: No se hace nada para «all».
  547. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  548. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  549. make[3]: No se hace nada para «all-am».
  550. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  551. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  552. Making all in docs
  553. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  554. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  555. make[3]: No se hace nada para «all-am».
  556. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  557. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  558. Making all in m4
  559. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/m4»
  560. make[2]: No se hace nada para «all».
  561. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/m4»
  562. Making all in tests
  563. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  564. Making all in check
  565. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests/check»
  566. make[3]: No se hace nada para «all».
  567. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests/check»
  568. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  569. make[3]: No se hace nada para «all-am».
  570. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  571. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  572. Making all in common
  573. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  574. Making all in m4
  575. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common/m4»
  576. make[3]: No se hace nada para «all».
  577. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common/m4»
  578. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  579. make[3]: No se hace nada para «all-am».
  580. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  581. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  582. Making all in pkgconfig
  583. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/pkgconfig»
  584. CP gstreamer-plugins-ugly-1.0-uninstalled.pc
  585. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/pkgconfig»
  586. Making all in po
  587. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/po»
  588. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/po»
  589. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly»
  590. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly»
  591. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly»
  592. Making install in gst-libs
  593. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  594. Making install in gst
  595. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs/gst»
  596. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs/gst»
  597. make[3]: No se hace nada para «install-exec-am».
  598. make[3]: No se hace nada para «install-data-am».
  599. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs/gst»
  600. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs/gst»
  601. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  602. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  603. make[3]: No se hace nada para «install-exec-am».
  604. make[3]: No se hace nada para «install-data-am».
  605. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  606. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  607. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst-libs»
  608. Making install in gst
  609. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  610. Making install in asfdemux
  611. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  612. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  613. make[3]: No se hace nada para «install-exec-am».
  614. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  615. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstasf.la '/usr/lib/gstreamer-1.0'
  616. libtool: install: warning: relinking `libgstasf.la'
  617. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstasf.la -rpath /usr/lib/gstreamer-1.0 libgstasf_la-gstasfdemux.lo libgstasf_la-gstasf.lo libgstasf_la-asfheaders.lo libgstasf_la-asfpacket.lo libgstasf_la-gstrtpasfdepay.lo libgstasf_la-gstrtspwms.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstriff-1.0 -lgstrtsp-1.0 -lgstsdp-1.0 -lgstrtp-1.0 -lgstaudio-1.0 -lgsttag-1.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 )
  618. libtool: install: /usr/bin/install -c .libs/libgstasf.soT /usr/lib/gstreamer-1.0/libgstasf.so
  619. libtool: install: /usr/bin/install -c .libs/libgstasf.lai /usr/lib/gstreamer-1.0/libgstasf.la
  620. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  621. ----------------------------------------------------------------------
  622. Libraries have been installed in:
  623. /usr/lib/gstreamer-1.0
  624.  
  625. If you ever happen to want to link against installed libraries
  626. in a given directory, LIBDIR, you must either use libtool, and
  627. specify the full pathname of the library, or use the `-LLIBDIR'
  628. flag during linking and do at least one of the following:
  629. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  630. during execution
  631. - add LIBDIR to the `LD_RUN_PATH' environment variable
  632. during linking
  633. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  634. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  635.  
  636. See any operating system documentation about shared libraries for
  637. more information, such as the ld(1) and ld.so(8) manual pages.
  638. ----------------------------------------------------------------------
  639. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  640. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/asfdemux»
  641. Making install in dvdlpcmdec
  642. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  643. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  644. make[3]: No se hace nada para «install-exec-am».
  645. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  646. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstdvdlpcmdec.la '/usr/lib/gstreamer-1.0'
  647. libtool: install: warning: relinking `libgstdvdlpcmdec.la'
  648. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstdvdlpcmdec.la -rpath /usr/lib/gstreamer-1.0 libgstdvdlpcmdec_la-gstdvdlpcmdec.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 )
  649. libtool: install: /usr/bin/install -c .libs/libgstdvdlpcmdec.soT /usr/lib/gstreamer-1.0/libgstdvdlpcmdec.so
  650. libtool: install: /usr/bin/install -c .libs/libgstdvdlpcmdec.lai /usr/lib/gstreamer-1.0/libgstdvdlpcmdec.la
  651. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  652. ----------------------------------------------------------------------
  653. Libraries have been installed in:
  654. /usr/lib/gstreamer-1.0
  655.  
  656. If you ever happen to want to link against installed libraries
  657. in a given directory, LIBDIR, you must either use libtool, and
  658. specify the full pathname of the library, or use the `-LLIBDIR'
  659. flag during linking and do at least one of the following:
  660. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  661. during execution
  662. - add LIBDIR to the `LD_RUN_PATH' environment variable
  663. during linking
  664. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  665. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  666.  
  667. See any operating system documentation about shared libraries for
  668. more information, such as the ld(1) and ld.so(8) manual pages.
  669. ----------------------------------------------------------------------
  670. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  671. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdlpcmdec»
  672. Making install in dvdsub
  673. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  674. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  675. make[3]: No se hace nada para «install-exec-am».
  676. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  677. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstdvdsub.la '/usr/lib/gstreamer-1.0'
  678. libtool: install: warning: relinking `libgstdvdsub.la'
  679. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstdvdsub.la -rpath /usr/lib/gstreamer-1.0 libgstdvdsub_la-gstdvdsubdec.lo libgstdvdsub_la-gstdvdsubparse.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstvideo-1.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 )
  680. libtool: install: /usr/bin/install -c .libs/libgstdvdsub.soT /usr/lib/gstreamer-1.0/libgstdvdsub.so
  681. libtool: install: /usr/bin/install -c .libs/libgstdvdsub.lai /usr/lib/gstreamer-1.0/libgstdvdsub.la
  682. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  683. ----------------------------------------------------------------------
  684. Libraries have been installed in:
  685. /usr/lib/gstreamer-1.0
  686.  
  687. If you ever happen to want to link against installed libraries
  688. in a given directory, LIBDIR, you must either use libtool, and
  689. specify the full pathname of the library, or use the `-LLIBDIR'
  690. flag during linking and do at least one of the following:
  691. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  692. during execution
  693. - add LIBDIR to the `LD_RUN_PATH' environment variable
  694. during linking
  695. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  696. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  697.  
  698. See any operating system documentation about shared libraries for
  699. more information, such as the ld(1) and ld.so(8) manual pages.
  700. ----------------------------------------------------------------------
  701. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  702. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/dvdsub»
  703. Making install in xingmux
  704. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  705. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  706. make[3]: No se hace nada para «install-exec-am».
  707. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  708. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstxingmux.la '/usr/lib/gstreamer-1.0'
  709. libtool: install: warning: relinking `libgstxingmux.la'
  710. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstxingmux.la -rpath /usr/lib/gstreamer-1.0 libgstxingmux_la-plugin.lo libgstxingmux_la-gstxingmux.lo /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 )
  711. libtool: install: /usr/bin/install -c .libs/libgstxingmux.soT /usr/lib/gstreamer-1.0/libgstxingmux.so
  712. libtool: install: /usr/bin/install -c .libs/libgstxingmux.lai /usr/lib/gstreamer-1.0/libgstxingmux.la
  713. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  714. ----------------------------------------------------------------------
  715. Libraries have been installed in:
  716. /usr/lib/gstreamer-1.0
  717.  
  718. If you ever happen to want to link against installed libraries
  719. in a given directory, LIBDIR, you must either use libtool, and
  720. specify the full pathname of the library, or use the `-LLIBDIR'
  721. flag during linking and do at least one of the following:
  722. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  723. during execution
  724. - add LIBDIR to the `LD_RUN_PATH' environment variable
  725. during linking
  726. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  727. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  728.  
  729. See any operating system documentation about shared libraries for
  730. more information, such as the ld(1) and ld.so(8) manual pages.
  731. ----------------------------------------------------------------------
  732. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  733. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/xingmux»
  734. Making install in realmedia
  735. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  736. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  737. make[3]: No se hace nada para «install-exec-am».
  738. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  739. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstrmdemux.la '/usr/lib/gstreamer-1.0'
  740. libtool: install: warning: relinking `libgstrmdemux.la'
  741. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstrmdemux.la -rpath /usr/lib/gstreamer-1.0 libgstrmdemux_la-rademux.lo libgstrmdemux_la-rmdemux.lo libgstrmdemux_la-rmutils.lo libgstrmdemux_la-rdtdepay.lo libgstrmdemux_la-rdtmanager.lo libgstrmdemux_la-rtspreal.lo libgstrmdemux_la-realhash.lo libgstrmdemux_la-asmrules.lo libgstrmdemux_la-rdtjitterbuffer.lo libgstrmdemux_la-gstrdtbuffer.lo libgstrmdemux_la-pnmsrc.lo libgstrmdemux_la-realmedia.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstrtsp-1.0 -lgstsdp-1.0 -lgstpbutils-1.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 )
  742. libtool: install: /usr/bin/install -c .libs/libgstrmdemux.soT /usr/lib/gstreamer-1.0/libgstrmdemux.so
  743. libtool: install: /usr/bin/install -c .libs/libgstrmdemux.lai /usr/lib/gstreamer-1.0/libgstrmdemux.la
  744. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  745. ----------------------------------------------------------------------
  746. Libraries have been installed in:
  747. /usr/lib/gstreamer-1.0
  748.  
  749. If you ever happen to want to link against installed libraries
  750. in a given directory, LIBDIR, you must either use libtool, and
  751. specify the full pathname of the library, or use the `-LLIBDIR'
  752. flag during linking and do at least one of the following:
  753. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  754. during execution
  755. - add LIBDIR to the `LD_RUN_PATH' environment variable
  756. during linking
  757. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  758. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  759.  
  760. See any operating system documentation about shared libraries for
  761. more information, such as the ld(1) and ld.so(8) manual pages.
  762. ----------------------------------------------------------------------
  763. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  764. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst/realmedia»
  765. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  766. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  767. make[3]: No se hace nada para «install-exec-am».
  768. make[3]: No se hace nada para «install-data-am».
  769. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  770. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  771. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/gst»
  772. Making install in ext
  773. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  774. Making install in a52dec
  775. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  776. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  777. make[3]: No se hace nada para «install-exec-am».
  778. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  779. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgsta52dec.la '/usr/lib/gstreamer-1.0'
  780. libtool: install: warning: relinking `libgsta52dec.la'
  781. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -I/usr/include/orc-0.4 -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgsta52dec.la -rpath /usr/lib/gstreamer-1.0 libgsta52dec_la-gsta52dec.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 -lorc-0.4 -la52 -lm )
  782. libtool: install: /usr/bin/install -c .libs/libgsta52dec.soT /usr/lib/gstreamer-1.0/libgsta52dec.so
  783. libtool: install: /usr/bin/install -c .libs/libgsta52dec.lai /usr/lib/gstreamer-1.0/libgsta52dec.la
  784. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  785. ----------------------------------------------------------------------
  786. Libraries have been installed in:
  787. /usr/lib/gstreamer-1.0
  788.  
  789. If you ever happen to want to link against installed libraries
  790. in a given directory, LIBDIR, you must either use libtool, and
  791. specify the full pathname of the library, or use the `-LLIBDIR'
  792. flag during linking and do at least one of the following:
  793. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  794. during execution
  795. - add LIBDIR to the `LD_RUN_PATH' environment variable
  796. during linking
  797. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  798. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  799.  
  800. See any operating system documentation about shared libraries for
  801. more information, such as the ld(1) and ld.so(8) manual pages.
  802. ----------------------------------------------------------------------
  803. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  804. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/a52dec»
  805. Making install in amrnb
  806. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  807. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  808. make[3]: No se hace nada para «install-exec-am».
  809. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  810. test -z "/usr/share/gstreamer-1.0/presets" || /bin/mkdir -p "/usr/share/gstreamer-1.0/presets"
  811. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstamrnb.la '/usr/lib/gstreamer-1.0'
  812. /usr/bin/install -c -m 644 GstAmrnbEnc.prs '/usr/share/gstreamer-1.0/presets'
  813. libtool: install: warning: relinking `libgstamrnb.la'
  814. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -DGST_USE_UNSTABLE_API -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -I/usr/include/opencore-amrnb -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstamrnb.la -rpath /usr/lib/gstreamer-1.0 libgstamrnb_la-amrnb.lo libgstamrnb_la-amrnbdec.lo libgstamrnb_la-amrnbenc.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lopencore-amrnb )
  815. libtool: install: /usr/bin/install -c .libs/libgstamrnb.soT /usr/lib/gstreamer-1.0/libgstamrnb.so
  816. libtool: install: /usr/bin/install -c .libs/libgstamrnb.lai /usr/lib/gstreamer-1.0/libgstamrnb.la
  817. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  818. ----------------------------------------------------------------------
  819. Libraries have been installed in:
  820. /usr/lib/gstreamer-1.0
  821.  
  822. If you ever happen to want to link against installed libraries
  823. in a given directory, LIBDIR, you must either use libtool, and
  824. specify the full pathname of the library, or use the `-LLIBDIR'
  825. flag during linking and do at least one of the following:
  826. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  827. during execution
  828. - add LIBDIR to the `LD_RUN_PATH' environment variable
  829. during linking
  830. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  831. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  832.  
  833. See any operating system documentation about shared libraries for
  834. more information, such as the ld(1) and ld.so(8) manual pages.
  835. ----------------------------------------------------------------------
  836. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  837. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrnb»
  838. Making install in amrwbdec
  839. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  840. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  841. make[3]: No se hace nada para «install-exec-am».
  842. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  843. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstamrwbdec.la '/usr/lib/gstreamer-1.0'
  844. libtool: install: warning: relinking `libgstamrwbdec.la'
  845. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -DGST_USE_UNSTABLE_API -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -I/usr/include/opencore-amrwb -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstamrwbdec.la -rpath /usr/lib/gstreamer-1.0 libgstamrwbdec_la-amrwb.lo libgstamrwbdec_la-amrwbdec.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lopencore-amrwb )
  846. libtool: install: /usr/bin/install -c .libs/libgstamrwbdec.soT /usr/lib/gstreamer-1.0/libgstamrwbdec.so
  847. libtool: install: /usr/bin/install -c .libs/libgstamrwbdec.lai /usr/lib/gstreamer-1.0/libgstamrwbdec.la
  848. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  849. ----------------------------------------------------------------------
  850. Libraries have been installed in:
  851. /usr/lib/gstreamer-1.0
  852.  
  853. If you ever happen to want to link against installed libraries
  854. in a given directory, LIBDIR, you must either use libtool, and
  855. specify the full pathname of the library, or use the `-LLIBDIR'
  856. flag during linking and do at least one of the following:
  857. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  858. during execution
  859. - add LIBDIR to the `LD_RUN_PATH' environment variable
  860. during linking
  861. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  862. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  863.  
  864. See any operating system documentation about shared libraries for
  865. more information, such as the ld(1) and ld.so(8) manual pages.
  866. ----------------------------------------------------------------------
  867. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  868. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/amrwbdec»
  869. Making install in cdio
  870. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  871. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  872. make[3]: No se hace nada para «install-exec-am».
  873. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  874. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstcdio.la '/usr/lib/gstreamer-1.0'
  875. libtool: install: warning: relinking `libgstcdio.la'
  876. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/cdio; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstcdio.la -rpath /usr/lib/gstreamer-1.0 libgstcdio_la-gstcdio.lo libgstcdio_la-gstcdiocddasrc.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcdio -lm )
  877. libtool: install: /usr/bin/install -c .libs/libgstcdio.soT /usr/lib/gstreamer-1.0/libgstcdio.so
  878. libtool: install: /usr/bin/install -c .libs/libgstcdio.lai /usr/lib/gstreamer-1.0/libgstcdio.la
  879. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  880. ----------------------------------------------------------------------
  881. Libraries have been installed in:
  882. /usr/lib/gstreamer-1.0
  883.  
  884. If you ever happen to want to link against installed libraries
  885. in a given directory, LIBDIR, you must either use libtool, and
  886. specify the full pathname of the library, or use the `-LLIBDIR'
  887. flag during linking and do at least one of the following:
  888. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  889. during execution
  890. - add LIBDIR to the `LD_RUN_PATH' environment variable
  891. during linking
  892. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  893. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  894.  
  895. See any operating system documentation about shared libraries for
  896. more information, such as the ld(1) and ld.so(8) manual pages.
  897. ----------------------------------------------------------------------
  898. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  899. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/cdio»
  900. Making install in dvdread
  901. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  902. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  903. make[3]: No se hace nada para «install-exec-am».
  904. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  905. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstdvdread.la '/usr/lib/gstreamer-1.0'
  906. libtool: install: warning: relinking `libgstdvdread.la'
  907. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstdvdread.la -rpath /usr/lib/gstreamer-1.0 libgstdvdread_la-dvdreadsrc.lo /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -ldvdread )
  908. libtool: install: /usr/bin/install -c .libs/libgstdvdread.soT /usr/lib/gstreamer-1.0/libgstdvdread.so
  909. libtool: install: /usr/bin/install -c .libs/libgstdvdread.lai /usr/lib/gstreamer-1.0/libgstdvdread.la
  910. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  911. ----------------------------------------------------------------------
  912. Libraries have been installed in:
  913. /usr/lib/gstreamer-1.0
  914.  
  915. If you ever happen to want to link against installed libraries
  916. in a given directory, LIBDIR, you must either use libtool, and
  917. specify the full pathname of the library, or use the `-LLIBDIR'
  918. flag during linking and do at least one of the following:
  919. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  920. during execution
  921. - add LIBDIR to the `LD_RUN_PATH' environment variable
  922. during linking
  923. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  924. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  925.  
  926. See any operating system documentation about shared libraries for
  927. more information, such as the ld(1) and ld.so(8) manual pages.
  928. ----------------------------------------------------------------------
  929. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  930. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/dvdread»
  931. Making install in lame
  932. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  933. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  934. make[3]: No se hace nada para «install-exec-am».
  935. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  936. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstlame.la '/usr/lib/gstreamer-1.0'
  937. libtool: install: warning: relinking `libgstlame.la'
  938. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/lame; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -DGST_USE_UNSTABLE_API -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -DGSTLAME_PRESET -DHAVE_LAME_SET_VBR_QUALITY -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstlame.la -rpath /usr/lib/gstreamer-1.0 libgstlame_la-gstlamemp3enc.lo libgstlame_la-plugin.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lmp3lame -lm )
  939. libtool: install: /usr/bin/install -c .libs/libgstlame.soT /usr/lib/gstreamer-1.0/libgstlame.so
  940. libtool: install: /usr/bin/install -c .libs/libgstlame.lai /usr/lib/gstreamer-1.0/libgstlame.la
  941. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  942. ----------------------------------------------------------------------
  943. Libraries have been installed in:
  944. /usr/lib/gstreamer-1.0
  945.  
  946. If you ever happen to want to link against installed libraries
  947. in a given directory, LIBDIR, you must either use libtool, and
  948. specify the full pathname of the library, or use the `-LLIBDIR'
  949. flag during linking and do at least one of the following:
  950. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  951. during execution
  952. - add LIBDIR to the `LD_RUN_PATH' environment variable
  953. during linking
  954. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  955. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  956.  
  957. See any operating system documentation about shared libraries for
  958. more information, such as the ld(1) and ld.so(8) manual pages.
  959. ----------------------------------------------------------------------
  960. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  961. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/lame»
  962. Making install in mad
  963. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  964. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  965. make[3]: No se hace nada para «install-exec-am».
  966. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  967. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstmad.la '/usr/lib/gstreamer-1.0'
  968. libtool: install: warning: relinking `libgstmad.la'
  969. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/mad; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstmad.la -rpath /usr/lib/gstreamer-1.0 libgstmad_la-gstmad.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lmad )
  970. libtool: install: /usr/bin/install -c .libs/libgstmad.soT /usr/lib/gstreamer-1.0/libgstmad.so
  971. libtool: install: /usr/bin/install -c .libs/libgstmad.lai /usr/lib/gstreamer-1.0/libgstmad.la
  972. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  973. ----------------------------------------------------------------------
  974. Libraries have been installed in:
  975. /usr/lib/gstreamer-1.0
  976.  
  977. If you ever happen to want to link against installed libraries
  978. in a given directory, LIBDIR, you must either use libtool, and
  979. specify the full pathname of the library, or use the `-LLIBDIR'
  980. flag during linking and do at least one of the following:
  981. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  982. during execution
  983. - add LIBDIR to the `LD_RUN_PATH' environment variable
  984. during linking
  985. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  986. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  987.  
  988. See any operating system documentation about shared libraries for
  989. more information, such as the ld(1) and ld.so(8) manual pages.
  990. ----------------------------------------------------------------------
  991. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  992. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mad»
  993. Making install in mpeg2dec
  994. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  995. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  996. make[3]: No se hace nada para «install-exec-am».
  997. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  998. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstmpeg2dec.la '/usr/lib/gstreamer-1.0'
  999. libtool: install: warning: relinking `libgstmpeg2dec.la'
  1000. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -I/usr/include/mpeg2dec -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstmpeg2dec.la -rpath /usr/lib/gstreamer-1.0 libgstmpeg2dec_la-gstmpeg2dec.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstvideo-1.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lmpeg2 )
  1001. libtool: install: /usr/bin/install -c .libs/libgstmpeg2dec.soT /usr/lib/gstreamer-1.0/libgstmpeg2dec.so
  1002. libtool: install: /usr/bin/install -c .libs/libgstmpeg2dec.lai /usr/lib/gstreamer-1.0/libgstmpeg2dec.la
  1003. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  1004. ----------------------------------------------------------------------
  1005. Libraries have been installed in:
  1006. /usr/lib/gstreamer-1.0
  1007.  
  1008. If you ever happen to want to link against installed libraries
  1009. in a given directory, LIBDIR, you must either use libtool, and
  1010. specify the full pathname of the library, or use the `-LLIBDIR'
  1011. flag during linking and do at least one of the following:
  1012. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1013. during execution
  1014. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1015. during linking
  1016. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1017. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1018.  
  1019. See any operating system documentation about shared libraries for
  1020. more information, such as the ld(1) and ld.so(8) manual pages.
  1021. ----------------------------------------------------------------------
  1022. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  1023. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/mpeg2dec»
  1024. Making install in sidplay
  1025. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  1026. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  1027. make[3]: No se hace nada para «install-exec-am».
  1028. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  1029. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstsid.la '/usr/lib/gstreamer-1.0'
  1030. libtool: install: warning: relinking `libgstsid.la'
  1031. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CXX --tag disable-static --mode=relink g++ -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Werror -Wno-non-virtual-dtor -g -DGST_DISABLE_DEPRECATED -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstsid.la -rpath /usr/lib/gstreamer-1.0 libgstsid_la-gstsiddec.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/libs/gst/base/libgstbase-1.0.la /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lsidplay -lgstaudio-1.0 )
  1032. libtool: install: /usr/bin/install -c .libs/libgstsid.soT /usr/lib/gstreamer-1.0/libgstsid.so
  1033. libtool: install: /usr/bin/install -c .libs/libgstsid.lai /usr/lib/gstreamer-1.0/libgstsid.la
  1034. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  1035. ----------------------------------------------------------------------
  1036. Libraries have been installed in:
  1037. /usr/lib/gstreamer-1.0
  1038.  
  1039. If you ever happen to want to link against installed libraries
  1040. in a given directory, LIBDIR, you must either use libtool, and
  1041. specify the full pathname of the library, or use the `-LLIBDIR'
  1042. flag during linking and do at least one of the following:
  1043. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1044. during execution
  1045. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1046. during linking
  1047. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1048. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1049.  
  1050. See any operating system documentation about shared libraries for
  1051. more information, such as the ld(1) and ld.so(8) manual pages.
  1052. ----------------------------------------------------------------------
  1053. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  1054. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/sidplay»
  1055. Making install in twolame
  1056. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  1057. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  1058. make[3]: No se hace nada para «install-exec-am».
  1059. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  1060. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgsttwolame.la '/usr/lib/gstreamer-1.0'
  1061. libtool: install: warning: relinking `libgsttwolame.la'
  1062. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/twolame; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -DGST_USE_UNSTABLE_API -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgsttwolame.la -rpath /usr/lib/gstreamer-1.0 libgsttwolame_la-gsttwolamemp2enc.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstaudio-1.0 -lgstpbutils-1.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -ltwolame )
  1063. libtool: install: /usr/bin/install -c .libs/libgsttwolame.soT /usr/lib/gstreamer-1.0/libgsttwolame.so
  1064. libtool: install: /usr/bin/install -c .libs/libgsttwolame.lai /usr/lib/gstreamer-1.0/libgsttwolame.la
  1065. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  1066. ----------------------------------------------------------------------
  1067. Libraries have been installed in:
  1068. /usr/lib/gstreamer-1.0
  1069.  
  1070. If you ever happen to want to link against installed libraries
  1071. in a given directory, LIBDIR, you must either use libtool, and
  1072. specify the full pathname of the library, or use the `-LLIBDIR'
  1073. flag during linking and do at least one of the following:
  1074. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1075. during execution
  1076. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1077. during linking
  1078. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1079. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1080.  
  1081. See any operating system documentation about shared libraries for
  1082. more information, such as the ld(1) and ld.so(8) manual pages.
  1083. ----------------------------------------------------------------------
  1084. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  1085. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/twolame»
  1086. Making install in x264
  1087. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  1088. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  1089. make[3]: No se hace nada para «install-exec-am».
  1090. test -z "/usr/lib/gstreamer-1.0" || /bin/mkdir -p "/usr/lib/gstreamer-1.0"
  1091. test -z "/usr/share/gstreamer-1.0/presets" || /bin/mkdir -p "/usr/share/gstreamer-1.0/presets"
  1092. /bin/bash ../../libtool --mode=install /usr/bin/install -c libgstx264.la '/usr/lib/gstreamer-1.0'
  1093. /usr/bin/install -c -m 644 GstX264Enc.prs '/usr/share/gstreamer-1.0/presets'
  1094. libtool: install: warning: relinking `libgstx264.la'
  1095. libtool: install: (cd /home/shakaran/gst/master/gst-plugins-ugly/ext/x264; /bin/bash /home/shakaran/gst/master/gst-plugins-ugly/libtool --silent --tag CC --tag disable-static --mode=relink gcc -std=gnu99 -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/home/shakaran/gst/master/gst-plugins-base/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I../../gst-libs -I../../gst-libs -pthread -I/home/shakaran/gst/master/gstreamer -I/home/shakaran/gst/master/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Werror -g -DGST_DISABLE_DEPRECATED -g -O2 -module -avoid-version -export-symbols-regex "^_*gst_plugin_desc.*" -no-undefined -o libgstx264.la -rpath /usr/lib/gstreamer-1.0 libgstx264_la-gstx264enc.lo /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/audio -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/fft -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/riff -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/rtsp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/sdp -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/tag -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/pbutils -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/video -L/home/shakaran/gst/master/gst-plugins-base/gst-libs/gst/app -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgstvideo-1.0 -lgstpbutils-1.0 /home/shakaran/gst/master/gstreamer/gst/libgstreamer-1.0.la -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lx264 -lpthread )
  1096. libtool: install: /usr/bin/install -c .libs/libgstx264.soT /usr/lib/gstreamer-1.0/libgstx264.so
  1097. libtool: install: /usr/bin/install -c .libs/libgstx264.lai /usr/lib/gstreamer-1.0/libgstx264.la
  1098. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gstreamer-1.0
  1099. ----------------------------------------------------------------------
  1100. Libraries have been installed in:
  1101. /usr/lib/gstreamer-1.0
  1102.  
  1103. If you ever happen to want to link against installed libraries
  1104. in a given directory, LIBDIR, you must either use libtool, and
  1105. specify the full pathname of the library, or use the `-LLIBDIR'
  1106. flag during linking and do at least one of the following:
  1107. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1108. during execution
  1109. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1110. during linking
  1111. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1112. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1113.  
  1114. See any operating system documentation about shared libraries for
  1115. more information, such as the ld(1) and ld.so(8) manual pages.
  1116. ----------------------------------------------------------------------
  1117. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  1118. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext/x264»
  1119. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  1120. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  1121. make[3]: No se hace nada para «install-exec-am».
  1122. make[3]: No se hace nada para «install-data-am».
  1123. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  1124. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  1125. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/ext»
  1126. Making install in docs
  1127. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  1128. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  1129. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  1130. make[3]: No se hace nada para «install-exec-am».
  1131. make[3]: No se hace nada para «install-data-am».
  1132. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  1133. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  1134. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/docs»
  1135. Making install in m4
  1136. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/m4»
  1137. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/m4»
  1138. make[2]: No se hace nada para «install-exec-am».
  1139. make[2]: No se hace nada para «install-data-am».
  1140. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/m4»
  1141. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/m4»
  1142. Making install in tests
  1143. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  1144. Making install in check
  1145. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests/check»
  1146. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests/check»
  1147. make[3]: No se hace nada para «install-exec-am».
  1148. make[3]: No se hace nada para «install-data-am».
  1149. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests/check»
  1150. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests/check»
  1151. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  1152. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  1153. make[3]: No se hace nada para «install-exec-am».
  1154. make[3]: No se hace nada para «install-data-am».
  1155. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  1156. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  1157. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/tests»
  1158. Making install in common
  1159. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  1160. Making install in m4
  1161. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common/m4»
  1162. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common/m4»
  1163. make[3]: No se hace nada para «install-exec-am».
  1164. make[3]: No se hace nada para «install-data-am».
  1165. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common/m4»
  1166. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common/m4»
  1167. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  1168. make[3]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  1169. make[3]: No se hace nada para «install-exec-am».
  1170. make[3]: No se hace nada para «install-data-am».
  1171. make[3]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  1172. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  1173. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/common»
  1174. Making install in pkgconfig
  1175. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/pkgconfig»
  1176. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/pkgconfig»
  1177. make[2]: No se hace nada para «install-exec-am».
  1178. make[2]: No se hace nada para «install-data-am».
  1179. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/pkgconfig»
  1180. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/pkgconfig»
  1181. Making install in po
  1182. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly/po»
  1183. /bin/mkdir -p /usr/share
  1184. installing af.gmo as /usr/share/locale/af/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1185. installing az.gmo as /usr/share/locale/az/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1186. installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1187. installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1188. installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1189. installing da.gmo as /usr/share/locale/da/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1190. installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1191. installing el.gmo as /usr/share/locale/el/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1192. installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1193. installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1194. installing es.gmo as /usr/share/locale/es/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1195. installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1196. installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1197. installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1198. installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1199. installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1200. installing id.gmo as /usr/share/locale/id/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1201. installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1202. installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1203. installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1204. installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1205. installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1206. installing mt.gmo as /usr/share/locale/mt/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1207. installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1208. installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1209. installing or.gmo as /usr/share/locale/or/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1210. installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1211. installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1212. installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1213. installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1214. installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1215. installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1216. installing sq.gmo as /usr/share/locale/sq/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1217. installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1218. installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1219. installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1220. installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1221. installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1222. installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-1.0.mo
  1223. if test "gst-plugins-ugly" = "gettext-tools"; then \
  1224. /bin/mkdir -p /usr/share/gettext/po; \
  1225. for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \
  1226. /usr/bin/install -c -m 644 ./$file \
  1227. /usr/share/gettext/po/$file; \
  1228. done; \
  1229. for file in Makevars; do \
  1230. rm -f /usr/share/gettext/po/$file; \
  1231. done; \
  1232. else \
  1233. : ; \
  1234. fi
  1235. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly/po»
  1236. make[1]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly»
  1237. make[2]: se ingresa al directorio «/home/shakaran/gst/master/gst-plugins-ugly»
  1238. make[2]: No se hace nada para «install-exec-am».
  1239. make[2]: No se hace nada para «install-data-am».
  1240. make[2]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly»
  1241. make[1]: se sale del directorio «/home/shakaran/gst/master/gst-plugins-ugly»
Add Comment
Please, Sign In to add comment