#3290 closed defect (invalid)
libzvbi.h: No such file or directory
Reported by: | dinesh | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
I am trying to build ffmpeg for ios for decoding the dvb_teletext but i am unable to find libzvbi.h is there any way to compile it on ios with --enable--libzvbi flag as there in no such lib or header file in ffmpeg code.
Thanks in advance
Change History (7)
comment:1 by , 11 years ago
Priority: | important → normal |
---|---|
Type: | sponsoring request → defect |
follow-up: 3 comment:2 by , 11 years ago
Seems like a bug to me as configure --enable-libzvbi fails with error libzvbi.h: No such file or directory . I just want to know if i need to use a third party library for compiling using --enable-libzvbi ? but if i remove --enable-libzvbi the code compiles without any issues.
comment:3 by , 11 years ago
Component: | avcodec → undetermined |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 2.1.1 → unspecified |
Replying to dinesh547:
Seems like a bug to me as configure --enable-libzvbi fails with error libzvbi.h: No such file or directory .
This is the intended behaviour if you don't have libzvbi (including its header file libzvbi.h) installed on your system.
I just want to know if i need to use a third party library for compiling using --enable-libzvbi ?
Definitely.
but if i remove --enable-libzvbi the code compiles without any issues.
follow-up: 5 comment:4 by , 11 years ago
are there any steps included in the ffmpeg to build libzvbi for mac or ios?
comment:5 by , 11 years ago
Replying to dinesh547:
are there any steps included in the ffmpeg to build libzvbi for mac or ios?
No, building external libraries is outside the scope of the FFmpeg project.
Please allow me to repeat that there is a mailing list for user support, this is a bug tracker.
comment:6 by , 11 years ago
sorry to bother you again, How can i access the mailing list. I am new to this forum.
comment:7 by , 11 years ago
Please read http://ffmpeg.org/contact.html
If you think it is too difficult to find this page, please tell us!
Are you reporting a bug or do you need support?
Please understand that this is a bug tracker, there is a user mailing list for support.
Does
configure --enable-libzvbi
succeed andmake
fails? That would indeed be a bug.