| configure.ac (78ecfec3) | configure.ac (b6e71573) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 5833 unchanged lines hidden (view full) --- 5842 5843GSTREAMER_CFLAGS="" 5844GSTREAMER_LIBS="" 5845ENABLE_GSTREAMER="" 5846 5847if test "$test_gstreamer" = "yes"; then 5848 AC_MSG_CHECKING([whether to build the GStreamer media backend]) 5849 if test "x$enable_gstreamer" != "xno" ; then | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 5833 unchanged lines hidden (view full) --- 5842 5843GSTREAMER_CFLAGS="" 5844GSTREAMER_LIBS="" 5845ENABLE_GSTREAMER="" 5846 5847if test "$test_gstreamer" = "yes"; then 5848 AC_MSG_CHECKING([whether to build the GStreamer media backend]) 5849 if test "x$enable_gstreamer" != "xno" ; then |
| 5850 PKG_CHECK_MODULES( GSTREAMER, gtk+-2.0 >= 2.4 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 ,,AC_MSG_ERROR([requirements to build the GStreamer media backend not met. Do not use --enable-gstreamer or install the missing packages])) | 5850 PKG_CHECK_MODULES( GSTREAMER, gtk+-2.0 >= 2.4 gthread-2.0 gstreamer-1.0 gstreamer-video-1.0,,AC_MSG_ERROR([requirements to build the GStreamer media backend not met. Do not use --enable-gstreamer or install the missing packages])) |
| 5851 ENABLE_GSTREAMER="TRUE" 5852 AC_MSG_RESULT([yes]) 5853 else 5854 AC_MSG_RESULT([no]) 5855 fi 5856fi 5857AC_SUBST(ENABLE_GSTREAMER) 5858AC_SUBST(GSTREAMER_CFLAGS) --- 1442 unchanged lines hidden --- | 5851 ENABLE_GSTREAMER="TRUE" 5852 AC_MSG_RESULT([yes]) 5853 else 5854 AC_MSG_RESULT([no]) 5855 fi 5856fi 5857AC_SUBST(ENABLE_GSTREAMER) 5858AC_SUBST(GSTREAMER_CFLAGS) --- 1442 unchanged lines hidden --- |