Hello!
This is my first post.
I'm successfully using PS3 Media Server on my MacMini but I'm would like to set up a NAS that will host all my multimedia files and that will act as my new PMS server.
I'm trying to achieve this on Ubuntu Server 9.04 64bits using only command line.
For now I'm doing it in a VM to test if I can achieve my goals before buying my new system and I can't compile ffmpeg-mt.
This is the result of the make command :
- Code: Select all
libavutil/aes.c:84: warning: passing argument 2 of ‘mix’ from incompatible pointer type
libavutil/aes.c:85: warning: passing argument 1 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:85: warning: passing argument 2 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:85: warning: passing argument 3 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:87: warning: passing argument 1 of ‘subshift’ from incompatible pointer type
libavutil/aes.c: In function ‘av_aes_crypt’:
libavutil/aes.c:92: warning: passing argument 1 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:92: warning: passing argument 2 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:92: warning: passing argument 3 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:94: warning: passing argument 4 of ‘crypt’ from incompatible pointer type
libavutil/aes.c:96: warning: passing argument 1 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:96: warning: passing argument 2 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:96: warning: passing argument 3 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:99: warning: passing argument 1 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:99: warning: passing argument 2 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:99: warning: passing argument 3 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:101: warning: passing argument 1 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:101: warning: passing argument 2 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:101: warning: passing argument 3 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:102: warning: passing argument 4 of ‘crypt’ from incompatible pointer type
libavutil/aes.c:103: warning: passing argument 1 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:103: warning: passing argument 2 of ‘addkey’ from incompatible pointer type
libavutil/aes.c:103: warning: passing argument 3 of ‘addkey’ from incompatible pointer type
libavutil/aes.c: In function ‘av_aes_init’:
libavutil/aes.c:149: warning: passing argument 1 of ‘init_multbl2’ from incompatible pointer type
libavutil/aes.c:150: warning: passing argument 1 of ‘init_multbl2’ from incompatible pointer type
libavutil/aes.c:180: warning: passing argument 1 of ‘subshift’ from incompatible pointer type
libavutil/aes.c:181: warning: passing argument 1 of ‘mix’ from incompatible pointer type
libavutil/aes.c:133: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
libavutil/aes.c:187: warning: array subscript is above array bounds
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/avstring.o libavutil/avstring.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/base64.o libavutil/base64.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/crc.o libavutil/crc.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/des.o libavutil/des.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/fifo.o libavutil/fifo.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/intfloat_readwrite.o libavutil/intfloat_readwrite.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/lfg.o libavutil/lfg.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/lls.o libavutil/lls.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/log.o libavutil/log.c
libavutil/log.c: In function ‘av_log_default_callback’:
libavutil/log.c:39: warning: unused variable ‘prefix_length’
libavutil/log.c:38: warning: unused variable ‘buf’
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/lzo.o libavutil/lzo.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/mathematics.o libavutil/mathematics.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/md5.o libavutil/md5.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/mem.o libavutil/mem.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/random_seed.o libavutil/random_seed.c
libavutil/random_seed.c: In function ‘ff_random_get_seed’:
libavutil/random_seed.c:34: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/rational.o libavutil/rational.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/rc4.o libavutil/rc4.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/sha.o libavutil/sha.c
libavutil/sha.c: In function ‘sha256_transform’:
libavutil/sha.c:183: warning: unused variable ‘T2’
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/tree.o libavutil/tree.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libavutil/utils.o libavutil/utils.c
rm -f libavutil/libavutil.a
ar rc libavutil/libavutil.a libavutil/adler32.o libavutil/aes.o libavutil/avstring.o libavutil/base64.o libavutil/crc.o libavutil/des.o libavutil/fifo.o libavutil/intfloat_readwrite.o libavutil/lfg.o libavutil/lls.o libavutil/log.o libavutil/lzo.o libavutil/mathematics.o libavutil/md5.o libavutil/mem.o libavutil/random_seed.o libavutil/rational.o libavutil/rc4.o libavutil/sha.o libavutil/tree.o libavutil/utils.o
ranlib libavutil/libavutil.a
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libswscale/options.o libswscale/options.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libswscale/rgb2rgb.o libswscale/rgb2rgb.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libswscale/swscale.o libswscale/swscale.c
libswscale/swscale.c: In function ‘yuv2yuvX16inC_template’:
libswscale/swscale.c:494: warning: implicit declaration of function ‘av_clip_uint16’
In file included from libswscale/swscale.c:1370:
libswscale/swscale_template.c: In function ‘swScale_C’:
libswscale/swscale_template.c:2556: warning: unused variable ‘alpMmxFilter’
libswscale/swscale_template.c: In function ‘sws_init_swScale_C’:
libswscale/swscale_template.c:2927: warning: assignment from incompatible pointer type
libswscale/swscale_template.c:2942: warning: assignment from incompatible pointer type
libswscale/swscale_template.c:2987: warning: assignment from incompatible pointer type
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o libswscale/yuv2rgb.o libswscale/yuv2rgb.c
libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’:
libswscale/yuv2rgb.c:700: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:701: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:702: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:737: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:738: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:739: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c: At top level:
libswscale/yuv2rgb.c:326: warning: ‘yuv2rgb_c_8’ defined but not used
libswscale/yuv2rgb.c:374: warning: ‘yuv2rgb_c_4’ defined but not used
libswscale/yuv2rgb.c:431: warning: ‘yuv2rgb_c_4b’ defined but not used
rm -f libswscale/libswscale.a
ar rc libswscale/libswscale.a libswscale/options.o libswscale/rgb2rgb.o libswscale/swscale.o libswscale/yuv2rgb.o
ranlib libswscale/libswscale.a
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o ffmpeg.o ffmpeg.c
gcc -DHAVE_AV_CONFIG_H -I. -I"/usr/src/ffmpeg-mt" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -c -o cmdutils.o cmdutils.c
gcc -L"/usr/src/ffmpeg-mt"/libavcodec -L"/usr/src/ffmpeg-mt"/libavdevice -L"/usr/src/ffmpeg-mt"/libavfilter -L"/usr/src/ffmpeg-mt"/libavformat -L"/usr/src/ffmpeg-mt"/libavutil -L"/usr/src/ffmpeg-mt"/libpostproc -L"/usr/src/ffmpeg-mt"/libswscale -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/usr/src/ffmpeg-mt"/libpostproc -Wl,-rpath-link,"/usr/src/ffmpeg-mt"/libswscale -Wl,-rpath-link,"/usr/src/ffmpeg-mt"/libavfilter -Wl,-rpath-link,"/usr/src/ffmpeg-mt"/libavdevice -Wl,-rpath-link,"/usr/src/ffmpeg-mt"/libavformat -Wl,-rpath-link,"/usr/src/ffmpeg-mt"/libavcodec -Wl,-rpath-link,"/usr/src/ffmpeg-mt"/libavutil -Wl,-Bsymbolic -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lswscale -lz -lm -lasound -ljack -ldl -lasound -ljack -lasound
/usr/src/ffmpeg-mt/libswscale/libswscale.a(swscale.o): In function `yuv2yuvX16inC_template':
/usr/src/ffmpeg-mt/libswscale/swscale.c:496: undefined reference to `av_clip_uint16'
/usr/src/ffmpeg-mt/libswscale/swscale.c:515: undefined reference to `av_clip_uint16'
/usr/src/ffmpeg-mt/libswscale/swscale.c:516: undefined reference to `av_clip_uint16'
/usr/src/ffmpeg-mt/libswscale/swscale.c:532: undefined reference to `av_clip_uint16'
/usr/src/ffmpeg-mt/libswscale/swscale.c:496: undefined reference to `av_clip_uint16'
/usr/src/ffmpeg-mt/libswscale/libswscale.a(swscale.o):/usr/src/ffmpeg-mt/libswscale/swscale.c:515: more undefined references to `av_clip_uint16' follow
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
The only thing that didn't went as expected is during the "get neeeded lib dev here change libglide2 by libglide3 if you are on Ubuntu 64bits" step.
I can't install the following libraries :
libartsc0
libartsc0-dev
libxcb-xlib0-dev
I'm new to linux so an help will be greatly appreciated...
Thanks in advance.
Jean
Ubuntu 9.04 x64 server - PS3 Media Server - Netatalk - Bonjour - Time Machine support
Core2Duo E8500 @ 2.93Ghz - 4Go RAM - 3To software raid 5 array
PS3 & Mac Mini with Plex as media players