# HG changeset patch # User Matti Hamalainen # Date 1375716173 -10800 # Node ID e29773ac3cebab87c0b861c1c272cd4266012931 # Parent 74b28a572438779af013a2176cecc02619960a9d Fix a #ifdef fence. diff -r 74b28a572438 -r e29773ac3ceb liboggplayer-src/src/imp.hpp --- a/liboggplayer-src/src/imp.hpp Mon Aug 05 18:21:01 2013 +0300 +++ b/liboggplayer-src/src/imp.hpp Mon Aug 05 18:22:53 2013 +0300 @@ -56,10 +56,11 @@ #ifdef VORBIS_SUPPORT vorbis_comment v_comment; + vorbis_info v_info; +#endif + theora_info t_info; theora_comment t_comment; - vorbis_info v_info; -#endif ogg_page o_page; ogg_packet o_packet;