]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/version.h
build: Add "build" shorthand target that depends on all compile targets
[ffmpeg] / libavresample / version.h
index fa7fa29555511e28db80412d2c5e7b0a62146731..2f204e04761881c261620c2fd881f7ea9d04e3d2 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "libavutil/version.h"
 
-#define LIBAVRESAMPLE_VERSION_MAJOR  2
+#define LIBAVRESAMPLE_VERSION_MAJOR  3
 #define LIBAVRESAMPLE_VERSION_MINOR  0
 #define LIBAVRESAMPLE_VERSION_MICRO  0
 
@@ -47,8 +47,4 @@
  * the public API and may change, break or disappear at any time.
  */
 
-#ifndef FF_API_RESAMPLE_CLOSE_OPEN
-#define FF_API_RESAMPLE_CLOSE_OPEN (LIBAVRESAMPLE_VERSION_MAJOR < 3)
-#endif
-
 #endif /* AVRESAMPLE_VERSION_H */