• 1
  • 30
  • 31
  • 32
  • 33
  • 34(current)
[LINUX] Problems compiling crystalhd branch
davilla Wrote:bc_dts_types.h and friends need some tweaking to build there.

start by going to bc_dts_types.h, line 64, figure out what's wrong. rinse/repeat until it builds.

Sorry for the spoon feeding but I am not sure what to actually add/edit. I looked at line 64 and it looks like this:

Code:
/* For Kernel usage.. */
typedef bool    bc_bool_t;
#endif /* __LINUX_USER__ */

#endif

So what should I add before bc_bool_t;

Here is the full compile error
http://pastebin.com/A0vxAcCu
Reply
google knows all Smile

look familiar ?
http://ubuntuforums.org/showthread.php?t...5&page=177
Reply
davilla Wrote:google knows all Smile

look familiar ?
http://ubuntuforums.org/showthread.php?t...5&page=177

Yeah I did see that and the solution was to --disable-crystalhd. I want to enable crystalhd ffmpeg support. I just wish I knew how to decipher code errors.
Reply
bool is not defined, so some include is missing.
Reply
davilla Wrote:bool is not defined, so some include is missing.

I added a ";" before "bc_bool_t;" and got rid of the first error on line 64.

I also just added a ");" before "*hDevice," and got rid of the 2nd error on line 149

Now on the the 3rd error... only 1000 to go haha Rolleyes
Reply
davilla Wrote:bool is not defined, so some include is missing.

How can I determine what include is missing? I have been googleing for days and days on how to resolve this. I can't get a response from ffmpeg or ffmpeg-crystalhd. I submitted the issue but was hoping I could resolve this myself. Should I start a new thread asking for help here perhaps? Any help is greatly appreciated. Cool
Reply
what exactly are you doing, what distro, etc.
Reply
I am trying to build ffmpeg with crystalhd support, bcm 70015. I am compiling on ubuntu lucid x86 kernel 2.6.32-24. I am building ffmpeg crystalhd from FFmpeg git against Crystal HD driver version 3.8.0 and libs. Support is suppose to be merged in mainline FFmpeg http://intr.overt.org/blog/?p=125. I have followed instructions from: http://intr.overt.org/blog/?p=117

The reason I want cHD support is I want to use xbmc with --external-ffmpeg and use crystalhd-ffmpeg-decoders for Live TV. At the time of this writing xbmc-pvr does not utilize cHD on live tv transport streams so I was hoping an external-ffmpeg would help. Maybe you can comment on this davilla and let me know if it will even work..
Reply
Gfunk117 Wrote:I am trying to build ffmpeg with crystalhd support, bcm 70015. I am compiling on ubuntu lucid x86 kernel 2.6.32-24. I am building ffmpeg crystalhd from FFmpeg git against Crystal HD driver version 3.8.0 and libs. Support is suppose to be merged in mainline FFmpeg http://intr.overt.org/blog/?p=125. I have followed instructions from: http://intr.overt.org/blog/?p=117

The reason I want cHD support is I want to use xbmc with --external-ffmpeg and use crystalhd-ffmpeg-decoders for Live TV. At the time of this writing xbmc-pvr does not utilize cHD on live tv transport streams so I was hoping an external-ffmpeg would help. Maybe you can comment on this davilla and let me know if it will even work..

Don't run PVR so not familiar with why it can't use chd for LiveTV. I am familiar with crystalhd and it's addition into ffmpeg. Philip Langdale did the work and we conversed a few times. Just a side note, Libav devs did not merge in that commit series.

I'll give a whirl tomorrow, I have a box on Lucid.
Reply
Quote:I'll give a whirl tomorrow, I have a box on Lucid.

That would be great if you could give it a shot and let me know your results. I am using the 3.8.0 driver from http://crystalhd-for-osx.googlecode.com/svn/trunk/

ffmpeg-crystalhd https://github.com/philipl/ffmpeg-crystalhd

I really appreciate you taking the time to help debug this error.
Reply
I am hoping you found a code fix for the make error davilla. Waiting patiently buddy, got all the time in the world for your expert opinion...
Reply
Any luck or news on the ffmpeg-crystalhd build davilla?
Reply
  • 1
  • 30
  • 31
  • 32
  • 33
  • 34(current)

Logout Mark Read Team Forum Stats Members Help
[LINUX] Problems compiling crystalhd branch2