changeset 27:e29773ac3ceb

Fix a #ifdef fence.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 18:22:53 +0300
parents 74b28a572438
children ad838591513a
files liboggplayer-src/src/imp.hpp
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;