]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-gcc4.patch
- added some 'extern "C"' - avifile use c++, ffmpeg don't
[packages/avifile.git] / avifile-gcc4.patch
CommitLineData
e1e66f8e
SS
1--- avifile-0.7-0.7.45/include/avm_map.h.orig 2006-12-21 17:37:39.000000000 +0000
2+++ avifile-0.7-0.7.45/include/avm_map.h 2006-12-21 17:37:43.000000000 +0000
3@@ -45,7 +45,7 @@
4
5 template <class Key1, class Value1> struct binary_tree_node
6 {
7- avm_map::pair<Key1, Value1>* entry;
8+ pair<Key1, Value1>* entry;
9 binary_tree_node<Key1, Value1>* left;
10 Key1 minval;
11 binary_tree_node<Key1, Value1>* right;
This page took 0.07064 seconds and 4 git commands to generate.