http://bugs.cinelerra.org/show_bug.cgi?id=541
Summary: xv image not decalared
Product: Cinelerra
Version: 2.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: Building
AssignedTo: [email protected]
ReportedBy: [email protected]
bcbitmap.C:77: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::allocate_data()’:
bcbitmap.C:143: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:149: error: ‘XvShmCreateImage’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::delete_data()’:
bcbitmap.C:317: error: ‘XvStopVideo’ was not declared in this scope
bcbitmap.C:320: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:323: error: ‘XvUngrabPort’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::write_drawable(Drawable&,
_XGC*&, int, int, int, int, int, int, int, int, int)’:
bcbitmap.C:446: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:455: error: ‘XvShmPutImage’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_shm_size()’:
bcbitmap.C:632: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_shm_offset()’:
bcbitmap.C:640: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_y_shm_offset()’:
bcbitmap.C:651: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_u_shm_offset()’:
bcbitmap.C:659: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_v_shm_offset()’:
bcbitmap.C:667: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_y_offset()’:
bcbitmap.C:675: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_u_offset()’:
bcbitmap.C:683: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_v_offset()’:
bcbitmap.C:691: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_y_plane()’:
bcbitmap.C:717: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_v_plane()’:
bcbitmap.C:726: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_u_plane()’:
bcbitmap.C:735: error: ‘xv_image’ was not declared in this scope
make[2]: *** [bcbitmap.lo] Error 1
make[2]: Leaving directory `/home/cosimo321/Desktop/my_cinelerra/guicast'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cosimo321/Desktop/my_cinelerra'
make: *** [all] Error 2
Reproducible: Always
Steps to Reproduce:
1.compile
2.make
3.
Actual Results:
bcbitmap.C:77: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::allocate_data()’:
bcbitmap.C:143: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:149: error: ‘XvShmCreateImage’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::delete_data()’:
bcbitmap.C:317: error: ‘XvStopVideo’ was not declared in this scope
bcbitmap.C:320: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:323: error: ‘XvUngrabPort’ was not declared in this scope
bcbitmap.C: In member function ‘int BC_Bitmap::write_drawable(Drawable&,
_XGC*&, int, int, int, int, int, int, int, int, int)’:
bcbitmap.C:446: error: ‘xv_image’ was not declared in this scope
bcbitmap.C:455: error: ‘XvShmPutImage’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_shm_size()’:
bcbitmap.C:632: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_shm_offset()’:
bcbitmap.C:640: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_y_shm_offset()’:
bcbitmap.C:651: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_u_shm_offset()’:
bcbitmap.C:659: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_v_shm_offset()’:
bcbitmap.C:667: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_y_offset()’:
bcbitmap.C:675: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_u_offset()’:
bcbitmap.C:683: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘long int BC_Bitmap::get_v_offset()’:
bcbitmap.C:691: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_y_plane()’:
bcbitmap.C:717: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_v_plane()’:
bcbitmap.C:726: error: ‘xv_image’ was not declared in this scope
bcbitmap.C: In member function ‘unsigned char* BC_Bitmap::get_u_plane()’:
bcbitmap.C:735: error: ‘xv_image’ was not declared in this scope
make[2]: *** [bcbitmap.lo] Error 1
make[2]: Leaving directory `/home/cosimo321/Desktop/my_cinelerra/guicast'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cosimo321/Desktop/my_cinelerra'
make: *** [all] Error 2
--
Configure bugmail: http://bugs.cinelerra.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra