]> gitweb @ CieloNegro.org - bindings-audiofile.git/commitdiff
Remove c'afSaveFilePosition and c'afRestoreFilePosition. master RELEASE-0.1.0.2
authorPHO <pho@cielonegro.org>
Fri, 31 Dec 2010 14:04:26 +0000 (23:04 +0900)
committerPHO <pho@cielonegro.org>
Fri, 31 Dec 2010 14:04:26 +0000 (23:04 +0900)
Bindings/AudioFile.hsc
NEWS
bindings-audiofile.cabal

index c06d9277ecd19b600be0fd4a0a1ba90f7a3ff839..7ab2729952e1262523c364887141a56115e96016 100644 (file)
@@ -302,8 +302,9 @@ import Bindings.AudioFile.PVList
 #ccall afOpenFD         , CInt -> Ptr CChar -> <AFfilesetup> -> IO <AFfilehandle>
 #ccall afOpenNamedFD    , CInt -> Ptr CChar -> <AFfilesetup> -> Ptr CChar -> IO <AFfilehandle>
 
-#ccall afSaveFilePosition   , <AFfilehandle> -> IO ()
-#ccall afRestoreFilePosition, <AFfilehandle> -> IO ()
+-- THINKME: These routines are missing from the current libaudiofile. I don't know why.
+-- #ccall afSaveFilePosition   , <AFfilehandle> -> IO ()
+-- #ccall afRestoreFilePosition, <AFfilehandle> -> IO ()
 #ccall afSyncFile           , <AFfilehandle> -> IO CInt
 #ccall afCloseFile          , <AFfilehandle> -> IO CInt
 
diff --git a/NEWS b/NEWS
index b5081f80fdba8a5ffcecbae951c63d207fa2a322..d1f5d6c73a6f8f240586ed0fdc5691e6698323a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes from 0.1 to 0.1.0.2
+---------------------------
+Remove c'afSaveFilePosition and c'afRestoreFilePosition. The current
+libaudiofile doesn't have an actual implementation of them.
+
 Changes from 0.1 to 0.1.0.1
 ---------------------------
 Fix build-depends:
index 9f5785c2303eb6e818289fd861a376ddd6135846..62f7b64cc75a3c7a395e47525c104ec24fb0ac5c 100644 (file)
@@ -2,7 +2,7 @@ Name: bindings-audiofile
 Synopsis: Low level bindings to audiofile
 Description:
         Bindings to audiofile: <http://www.68k.org/~michael/audiofile/>
-Version: 0.1.0.1
+Version: 0.1.0.2
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>