[MPlayer-dev-eng] [PATCH] Remote ESD Support in gmplayer

Paul Wilhelm Elsinghorst paul at uni-bonn.de
Sun Jan 30 15:47:53 CET 2005


I finally figured out the indentation. Thanks for the tab hint! :-)

Removed the autodetection and put in a little reminder in the drop down.

I changed the variables as suggested by Reimar.


Concerning free():

+#ifdef USE_ESD
+      if (strncmp(ao_driver[0], "esd", 3) == 0) {
+        gfree(&gtkAOESDDevice);
+        gtkAOESDDevice = gstrdup(getGtkEntryText(CEAudioDevice));
+      }
+#endif

Shouldn't this do the job, as included from the beginning?


Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer-esd-remote.patch
Type: text/x-patch
Size: 8759 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050130/6192deef/attachment.bin>


More information about the MPlayer-dev-eng mailing list