After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103183 - [PATCH]symbol conflicts between ffmpeg/libavformat and libdv
[PATCH]symbol conflicts between ffmpeg/libavformat and libdv
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-12 12:43 UTC by Jan Schmidt
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to rename dv_init and wav_init to avf_dv_init and avf_wav_init (2.09 KB, patch)
2003-01-12 12:47 UTC, Jan Schmidt
none Details | Review

Description Jan Schmidt 2003-01-12 12:43:57 UTC
both libdv and ffmpeg's libavformat export wav_init and dv_init

Attaching a patch which we can use to avoid this pitfall. Writing to
ffmpeg-devel to suggest renaming all the _init functions similarly.
Comment 1 Jan Schmidt 2003-01-12 12:47:42 UTC
Created attachment 13502 [details] [review]
patch to rename dv_init and wav_init to avf_dv_init and avf_wav_init
Comment 2 Thomas Vander Stichele 2003-01-16 17:11:12 UTC
applied in cvs, rock, thanks !