Support gles animation.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-support / libshairport / libshairport / 005_fix_shutdown.patch
diff --git a/meta-openvuplus/recipes-support/libshairport/libshairport/005_fix_shutdown.patch b/meta-openvuplus/recipes-support/libshairport/libshairport/005_fix_shutdown.patch
new file mode 100644 (file)
index 0000000..32bd282
--- /dev/null
@@ -0,0 +1,10 @@
+--- src/shairport.c    2011-09-25 23:58:06.000000000 +0200
++++ src/shairport.c.new        2011-09-25 23:57:54.000000000 +0200
+@@ -368,6 +368,7 @@
+ void shairport_exit(void)
+ {
+   m_running = 0;
++  close(tServerSock);
+ }
+ int shairport_is_running(void)