Opened 12 years ago
Closed 11 years ago
#1769 closed enhancement (fixed)
Make ffmpeg build string available in avutil.h
Reported by: | DonMoir | Owned by: | Timothy Gu |
---|---|---|---|
Priority: | wish | Component: | avutil |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Would be good if this was generally available rather than specifically as it is now in version.h. Also I think a version.h that has the proper build string in it may not be readily available in a general download of the source code.
Could be a #define in avutil.h or function call.
It's better than any lib_version function for tracking user installations etc.
Attachments (1)
Change History (9)
comment:1 by , 11 years ago
Component: | undetermined → avutil |
---|---|
Owner: | set to |
Priority: | normal → wish |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
by , 11 years ago
Attachment: | 0001-configure-output-build-config-and-license-to-libavut.patch added |
---|
comment:2 by , 11 years ago
Can you test the patch?
It prints the info to libavutil/avconfig.h and it should be installed.
comment:4 by , 11 years ago
Yeah, trying to say something different there besides version something :) should have included FFMPEG_VERSION though in description.
follow-up: 6 comment:5 by , 11 years ago
I applied some of the patches that relate to this ticket and looks good. When it's all said and done I will retest and then we can close this. Thanks Timothy.
comment:6 by , 11 years ago
Replying to DonMoir:
I applied some of the patches that relate to this ticket and looks good. When it's all said and done I will retest and then we can close this. Thanks Timothy.
How is it? Please disregard the patch attached in this ticket.
comment:7 by , 11 years ago
The ffversion.h file works for my needs which is ffmpeg build version tracking. The FFMPEG_VERSION #define was like an orphan before but now in libautil/ffversion.h.
The FFMPEG_VERSION string identifies a unique ffmpeg build for those interested.
Thanks.
comment:8 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixed last year in 82b2e9cb1d7e2c24db7d17d0c41bf1cef9a959b3.
First version of patch