#
#  This file is used to specify the formats read by the IMG library.
#  It should live somewhere in the Houdini search path (in the dso_fb)
#  sub-directory.
#


#
#  First, we want to make sure we include the standard distribution
#  formats.  Therefore, we include the index from the standard
#  distribution.  Environment variables are NOT currently expanded in
#  the parsing of this file, so you may have to change the following
#  line.
#

include /hfs/dso_fb/index

#
#  Now, add our format.  The path given is where to locate the .so
#  file (anywhere in the Houdini search path).  So, if you use hcustom
#  without the -i option (see README.html), you could uncomment the
#  following line.  However, it is better to put the IMG library
#  extensions in a separate location so that the standard Houdini dso
#  loader doesn't have to deal with them.
#
#dso/IMG_Raw.so		# Sample raw image format (.raw extension).

#  Here is the preferred location for the .so files.
dso_fb/IMG_Raw.so	# Sample raw image format (.raw extension).
