Advertisement
Guest User

Untitled

a guest
Feb 14th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. i686-w64-mingw32-gcc -I. -I/home/kyle/software/ffmpeg/source/ffmpeg-0.10/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -DHAVE_AV_CONFIG_H -std=c99 -fno-common -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -Werror=missing-prototypes -MMD -MF libavdevice/dshow_filter.d -MT libavdevice/dshow_filter.o -c -o libavdevice/dshow_filter.o /home/kyle/software/ffmpeg/source/ffmpeg-0.10/libavdevice/dshow_filter.c
  2. /home/kyle/software/ffmpeg/source/ffmpeg-0.10/libavdevice/dshow_filter.c: In function 'libAVFilter_JoinFilterGraph':
  3. /home/kyle/software/ffmpeg/source/ffmpeg-0.10/libavdevice/dshow_filter.c:149:9: error: 'wcscpy_instead_use_StringCbCopyW_or_StringCchCopyW' undeclared (first use in this function)
  4. /home/kyle/software/ffmpeg/source/ffmpeg-0.10/libavdevice/dshow_filter.c:149:9: note: each undeclared identifier is reported only once for each function it appears in
  5. /home/kyle/software/ffmpeg/source/ffmpeg-0.10/libavdevice/dshow_filter.c:149:34: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  6. /home/kyle/software/ffmpeg/source/ffmpeg-0.10/libavdevice/dshow_filter.c:149:15: warning: statement with no effect [-Wunused-value]
  7. make: *** [libavdevice/dshow_filter.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement