Hi,
I am trying to execute a code http://nehe.gamedev.net/tutorial/playing_avi_files_in_opengl/23001/ lesson35 linux code(ubuntu 12.04)
i solved all the errors except the warning : deprecated conversion from string constant to ‘char*’
but when i try to execute the code from terminal only a window with white screen is my output
with below output in terminal

sdef@SDEF-INTERNET:~/Desktop$ ./lesson35
<init> : Avifile RELEASE-0.7.48-100119-23:57-../src/configure
<init> : Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopo
<init> : 1600.00 MHz Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz processor detected
<reader> : Checking: /home/sdef/Desktop/sound/data/FlickAnimation.avi
<AVI reader> : MainHeader: MicroSecPerFrame=66666 MaxBytesPerSec=409600
PaddingGranularity=0 Flags=[ HAS_INDEX ] TotalFrames=59
InitialFrames=0 Streams=1 SuggestedBufferSize=32768 WxH=300x250
Scale=0 Rate=0 Start=0 Length=0
<AVI Reader> : Info: fccHandler differs from biCompression!
<AVI reader> : StreamHeader: Type=vids Handler= Flags=[ ]
InitialFrames=0 Scale=1 Rate=15 Start=0 Length=59
SuggestedBufferSize=75000 Quality=7800 SampleSize=0 Rect l,r,t,b=0,0,0,0
<AVI reader> : Reading index from offset: 1599034
<AVI reader> : Stream 0 vids : (0x1) 59 chunks (0.23KB)
<reader> : Initialized video stream (chunk tblsz: 59, fmtsz: 1064)
<codec keeper> : Found 5 plugins (/usr/lib/avifile-0.7,A:27,V:35)
<codec keeper> : CreateVideoDecoder(): Unknown codec 0x1 = ""

hi there i am new to this post

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.