Skip to content

Commit

Permalink
removed libtoolize dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 29, 2013
1 parent 9e451a4 commit e247c4d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ before_install:
- sudo apt-get install python-gi python3-gi gstreamer1.0-tools gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav
- sudo apt-get install python-scipy
- sudo apt-get build-dep gstreamer1.0
- sudo apt-get install autoconf automake autopoint libbz2-dev libdv4-dev libfaac-dev libfaad-dev libgtk-3-dev libmjpegtools-dev libtag1-dev libasound2-dev libtool libtoolize libvpx-dev libxv-dev libx11-dev libogg-dev libvorbis-dev libopencv-dev libcv-dev libhighgui-dev libv4l-dev pkg-config zlib1g-dev gtk-doc-tools yasm bison flex
- sudo apt-get install autoconf automake autopoint libbz2-dev libdv4-dev libfaac-dev libfaad-dev libgtk-3-dev libmjpegtools-dev libtag1-dev libasound2-dev libtool libvpx-dev libxv-dev libx11-dev libogg-dev libvorbis-dev libopencv-dev libcv-dev libhighgui-dev libv4l-dev pkg-config zlib1g-dev gtk-doc-tools yasm bison flex
- export PKG_CONFIG_PATH=$HOME/gst/stage/lib/pkgconfig
- git clone git://anongit.freedesktop.org/gstreamer/gstreamer
- cd gstreamer
Expand Down
21 changes: 21 additions & 0 deletions confdefs.h
@@ -0,0 +1,21 @@
/* confdefs.h */
#define PACKAGE_NAME "gst-switch"
#define PACKAGE_TARNAME "gst-switch"
#define PACKAGE_VERSION "0.0.1"
#define PACKAGE_STRING "gst-switch 0.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gst-switch"
#define VERSION "0.0.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"

0 comments on commit e247c4d

Please sign in to comment.