Guest User

Untitled

a guest
Oct 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1.  
  2. ---------------------------------------------------------------
  3. Object files used for this build
  4. ---------------------------------------------------------------
  5.  
  6. decoder.obj encoder.obj xvid.obj bitstream/bitstream.obj bitstream/cbp.obj bitstream/mbcoding.obj dct/fdct.obj dct/idct.obj dct/simple_idct.obj image/colorspace.obj image/image.obj image/interpolate8x8.obj image/font.obj image/postprocessing.obj image/qpel.obj image/reduced.obj motion/estimation_bvop.obj motion/estimation_common.obj motion/estimation_gmc.obj motion/estimation_pvop.obj motion/estimation_rd_based.obj motion/estimation_rd_based_bvop.obj motion/gmc.obj motion/motion_comp.obj motion/vop_type_decision.obj motion/sad.obj prediction/mbprediction.obj plugins/plugin_single.obj plugins/plugin_2pass1.obj plugins/plugin_2pass2.obj plugins/plugin_lumimasking.obj plugins/plugin_dump.obj plugins/plugin_psnr.obj plugins/plugin_ssim.obj plugins/plugin_psnrhvsm.obj quant/quant_h263.obj quant/quant_matrix.obj quant/quant_mpeg.obj utils/emms.obj utils/mbtransquant.obj utils/mem_align.obj utils/mem_transfer.obj utils/timer.obj bitstream/x86_asm/cbp_mmx.obj bitstream/x86_asm/cbp_sse2.obj dct/x86_asm/fdct_mmx_ffmpeg.obj dct/x86_asm/fdct_mmx_skal.obj dct/x86_asm/fdct_sse2_skal.obj dct/x86_asm/idct_3dne.obj dct/x86_asm/idct_mmx.obj dct/x86_asm/idct_sse2_dmitry.obj image/x86_asm/colorspace_rgb_mmx.obj image/x86_asm/colorspace_yuv_mmx.obj image/x86_asm/colorspace_yuyv_mmx.obj image/x86_asm/interpolate8x8_3dn.obj image/x86_asm/interpolate8x8_3dne.obj image/x86_asm/interpolate8x8_mmx.obj image/x86_asm/interpolate8x8_xmm.obj image/x86_asm/postprocessing_mmx.obj image/x86_asm/postprocessing_sse2.obj image/x86_asm/reduced_mmx.obj image/x86_asm/qpel_mmx.obj image/x86_asm/gmc_mmx.obj image/x86_asm/deintl_sse.obj motion/x86_asm/sad_xmm.obj motion/x86_asm/sad_sse2.obj motion/x86_asm/sad_mmx.obj motion/x86_asm/sad_3dne.obj motion/x86_asm/sad_3dn.obj quant/x86_asm/quantize_h263_mmx.obj quant/x86_asm/quantize_h263_3dne.obj quant/x86_asm/quantize_mpeg_xmm.obj quant/x86_asm/quantize_mpeg_mmx.obj utils/x86_asm/mem_transfer_mmx.obj utils/x86_asm/mem_transfer_3dne.obj utils/x86_asm/interlacing_mmx.obj utils/x86_asm/cpuid.obj plugins/x86_asm/plugin_ssim-a.obj
  7.  
  8.  
  9. ---------------------------------------------------------------
  10. Using CFLAGS
  11. ---------------------------------------------------------------
  12.  
  13. CFLAGS=-Wall -O2 -fstrength-reduce -finline-functions -ffast-math -fomit-frame-pointer
  14.  
  15.  
  16. ---------------------------------------------------------------
  17. Target Libraries
  18. ---------------------------------------------------------------
  19.  
  20. Shared library: xvidcore.dll
  21. Static library: xvidcore.a
  22.  
  23.  
  24. ---------------------------------------------------------------
  25. Install Paths
  26. ---------------------------------------------------------------
  27.  
  28. Include Directory: /home/wolf/software/mingw-w64/mingw-w64-i686/i686-w64-mingw32/include
  29. Library Directory: /home/wolf/software/mingw-w64/mingw-w64-i686/i686-w64-mingw32/lib
  30.  
  31. L: xvidcore.a
  32. L: xvidcore.dll
  33. /home/wolf/software/mingw-w64/mingw-w64-i686/lib/gcc/i686-w64-mingw32/4.6.1/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-crt0_c.o): In function `main':
  34. /home/wolf/software/mingw-w64/build/crt/../../source/mingw-w64-svn/trunk/mingw-w64-crt/crt/crt0_c.c:18: undefined reference to `_WinMain@16'
  35. collect2: ld returned 1 exit status
  36. make: *** [xvidcore.dll] Error 1
Add Comment
Please, Sign In to add comment